Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelParams ¶
type ChannelParams struct {
// contains filtered or unexported fields
}
func NewChannelParams ¶
func NewChannelParams( channelID types.DiscordChannelID, dbpath types.Dbpath, ) *ChannelParams
func (ChannelParams) GetChannelID ¶
func (c ChannelParams) GetChannelID() types.DiscordChannelID
func (ChannelParams) GetDbpath ¶
func (c ChannelParams) GetDbpath() types.Dbpath
func (*ChannelParams) SetChannelID ¶
func (c *ChannelParams) SetChannelID(channelID types.DiscordChannelID)
Click to show internal directories.
Click to hide internal directories.