Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatterInterface ¶
type ChatterInterface interface { Init() BanUserFromChat(user *tgbotapi.User, chatRaw *dbmapping.Chat) ProtectChat(update *tgbotapi.Update, playerRaw *dbmapping.Player, chatRaw *dbmapping.Chat) string GroupsList(update *tgbotapi.Update) string }
ChatterInterface implements Chatter for importing via appcontext.
Click to show internal directories.
Click to hide internal directories.