mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
11 lines
177 B
Go
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
|
||
|
}
|