Pins to supergroups, managed by admins
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
// ParsersInterface implements Parsers for importing via appcontext.
|
||||
type ParsersInterface interface {
|
||||
ParsePokememe(text string, playerRaw dbmapping.Player) string
|
||||
ParseProfile(update tgbotapi.Update, playerRaw dbmapping.Player) string
|
||||
ParsePokememe(text string, playerRaw *dbmapping.Player) string
|
||||
ParseProfile(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
|
||||
ReturnPoints(points int) string
|
||||
}
|
||||
|
Reference in New Issue
Block a user