5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/vendor/github.com/harmony-development/shibshib/located.go
Janet Blackquill dbedc99421
Add support for Harmony (#1656)
Harmony is a relatively new (1,5yo) chat protocol with a small community.
This introduces support for Harmony into Matterbridge, using the functionality
specifically designed for bridge bots. The implementation is a modest 200 lines
of code.
2021-12-18 22:43:29 +01:00

11 lines
177 B
Go

package shibshib
import chatv1 "github.com/harmony-development/shibshib/gen/chat/v1"
type LocatedMessage struct {
chatv1.MessageWithId
GuildID uint64
ChannelID uint64
}