Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WelcomerInterface ¶
type WelcomerInterface interface { Init() PrivateWelcomeMessageAuthorized(update *tgbotapi.Update, playerRaw *dbmapping.Player) PrivateWelcomeMessageSpecial(update *tgbotapi.Update, playerRaw *dbmapping.Player) GroupWelcomeMessage(update *tgbotapi.Update) string }
WelcomerInterface implements Welcomer for importing via appcontex
Click to show internal directories.
Click to hide internal directories.