summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/telegram-bot-api
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Telegram topics (telegram) (#1942)Thom Dickson2023-03-1411-0/+9035
Topics are surfaced by appending /<topic-id> 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" ```