Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MQChannelType ¶
type MQChannelType int64
const ( MQMessageChannel MQChannelType = iota MQPresenceChannel MQGuildChannel MQPersonalChannel )
type SendTransporter ¶
type SendTransporter interface {
SendChannelMessage(channelId int64, message mqmsg.EventDataMessage) error
SendGuildUpdate(guildId int64, message mqmsg.EventDataMessage) error
SendUserUpdate(userId int64, message mqmsg.EventDataMessage) error
}
Click to show internal directories.
Click to hide internal directories.