Archived
1

Broadcast messages are now stored in database

This commit is contained in:
2017-10-22 15:29:48 +04:00
parent 7975ea54c1
commit c676fb780d
8 changed files with 202 additions and 8 deletions

View File

@@ -30,7 +30,8 @@ type TalkersInterface interface {
AnyMessageUnauthorized(update tgbotapi.Update)
GetterError(update tgbotapi.Update)
AdminBroadcastMessage(update tgbotapi.Update) string
AdminBroadcastMessageCompose(update tgbotapi.Update, playerRaw *dbmapping.Player) string
AdminBroadcastMessageSend(update tgbotapi.Update, playerRaw *dbmapping.Player) string
DurakMessage(update tgbotapi.Update)
MatMessage(update tgbotapi.Update)