diff options
author | Thom Dickson <td3of4@gmail.com> | 2023-03-14 18:03:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 23:03:04 +0100 |
commit | 601f48a50ea31a9631011766c680ecef931ddafc (patch) | |
tree | aa88bff487f12a05d70c7677ddc2a3e14bbd9fbf /vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore | |
parent | c2b8e298d8c0a15a0e6489b658efe58030a18164 (diff) | |
download | matterbridge-msglm-601f48a50ea31a9631011766c680ecef931ddafc.tar.gz matterbridge-msglm-601f48a50ea31a9631011766c680ecef931ddafc.tar.bz2 matterbridge-msglm-601f48a50ea31a9631011766c680ecef931ddafc.zip |
Add support for Telegram topics (telegram) (#1942)
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"
```
Diffstat (limited to 'vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore')
-rw-r--r-- | vendor/github.com/matterbridge/telegram-bot-api/v6/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |