Add kick and unban methods, update some inline query result responses.

This commit is contained in:
Syfaro 2016-04-12 08:56:05 -05:00
parent 18510df3c9
commit db12d94016
4 changed files with 128 additions and 63 deletions

View file

@ -559,3 +559,9 @@ type CallbackConfig struct {
Text string `json:"text"`
ShowAlert bool `json:"show_alert"`
}
type ChatMemberConfig struct {
ChatID int64
SuperGroupUsername string
UserID int
}