4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Add initial telegram support

This commit is contained in:
Wim
2016-11-15 23:15:57 +01:00
parent 449ed31e25
commit cd18d89894
9 changed files with 2608 additions and 0 deletions

View File

@ -78,6 +78,7 @@ type Config struct {
Gitter map[string]Protocol
Xmpp map[string]Protocol
Discord map[string]Protocol
Telegram map[string]Protocol
Gateway []Gateway
SameChannelGateway []SameChannelGateway
}