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/matterbridge/telegram-bot-api/v6/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore (limited to 'vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore') diff --git a/vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore b/vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore new file mode 100644 index 00000000..d3083e5f --- /dev/null +++ b/vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore @@ -0,0 +1,5 @@ +.idea/ +coverage.out +tmp/ +book/ +.vscode/ -- cgit v1.2.3