(might not work for whatsapp if jid contains Agent and Device)
This commit is contained in:
Yousef Mansy
2023-03-14 03:21:02 -07:00
parent 7f9c3620e3
commit cd08d586c5
2 changed files with 24 additions and 4 deletions

View File

@@ -179,9 +179,10 @@ type Protocol struct {
}
type ChannelOptions struct {
Key string // irc, xmpp
WebhookURL string // discord
Topic string // zulip
Key string // irc, xmpp
WebhookURL string // discord
Topic string // zulip
WelcomeMessage string // all
}
type Bridge struct {