Add kick and unban methods, update some inline query result responses.
This commit is contained in:
parent
18510df3c9
commit
db12d94016
4 changed files with 128 additions and 63 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue