Archived
1

Pokememe possibility draft

This commit is contained in:
Vladimir Hodakov
2017-10-13 00:31:12 +04:00
parent c1c37a06e1
commit 2849d16587
8 changed files with 146 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ type TalkersInterface interface {
HelloMessageAuthorized(update tgbotapi.Update, player_raw dbmappings.Players)
HelpMessage(update tgbotapi.Update)
PokememesList(update tgbotapi.Update, page int)
PokememeInfo(update tgbotapi.Update) string
PokememeInfo(update tgbotapi.Update, player_raw dbmappings.Players) string
// Returns
PokememeAddSuccessMessage(update tgbotapi.Update)