You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/harmony-development/shibshib/located.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
}