Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Broadcaster ¶
type Broadcaster struct{}
Broadcaster is a function-handling struct for broadcaster
func (*Broadcaster) AdminBroadcastMessageCompose ¶
func (b *Broadcaster) AdminBroadcastMessageCompose(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
AdminBroadcastMessageCompose saves message for future broadcast
func (*Broadcaster) AdminBroadcastMessageSend ¶
func (b *Broadcaster) AdminBroadcastMessageSend(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
AdminBroadcastMessageSend sends saved message to all private chats
func (*Broadcaster) Init ¶
func (b *Broadcaster) Init()
Init is an initialization function for talkers
Click to show internal directories.
Click to hide internal directories.