Archived
1

/find_top_attack for selecting users by top position

This commit is contained in:
2018-02-05 13:00:18 +04:00
parent 6dac398fd3
commit feb1899992
4 changed files with 54 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ type UsersInterface interface {
FindByLevel(update *tgbotapi.Update) string
FindByName(update *tgbotapi.Update) string
FindByTopAttack(update *tgbotapi.Update) string
ForeignProfileMessage(update *tgbotapi.Update) string
FormatUsername(userName string) string
ProfileAddEffectsMessage(update *tgbotapi.Update) string