5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge/telegram
Thom Dickson 601f48a50e
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"
```
2023-03-14 23:03:04 +01:00
..
handlers.go Add support for Telegram topics (telegram) (#1942) 2023-03-14 23:03:04 +01:00
html.go Fix message html entities escaping when sending to Telegram (#1855) 2022-07-07 00:47:50 +02:00
telegram.go Add support for Telegram topics (telegram) (#1942) 2023-03-14 23:03:04 +01:00