From 601f48a50ea31a9631011766c680ecef931ddafc Mon Sep 17 00:00:00 2001 From: Thom Dickson Date: Tue, 14 Mar 2023 18:03:04 -0400 Subject: Add support for Telegram topics (telegram) (#1942) Topics are surfaced by appending / to the channel setting for the gateway. An example for the topic with ID of 16 would be: ``` [[gateway.inout]] account="telegram.mytelegram" channel="-100xxxxxxxxxx/16" ``` --- vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/.gitignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/.gitignore (limited to 'vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/.gitignore') diff --git a/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/.gitignore b/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/.gitignore deleted file mode 100644 index eb7a23b2..00000000 --- a/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.idea/ -coverage.out -tmp/ -book/ -- cgit v1.2.3