Add some missing comments.
This commit is contained in:
parent
db12d94016
commit
a92f88ce2c
2 changed files with 10 additions and 0 deletions
|
@ -560,6 +560,8 @@ type CallbackConfig struct {
|
|||
ShowAlert bool `json:"show_alert"`
|
||||
}
|
||||
|
||||
// ChatMemberConfig contains information about a user in a chat for use
|
||||
// with administrative functions such as kicking or unbanning a user.
|
||||
type ChatMemberConfig struct {
|
||||
ChatID int64
|
||||
SuperGroupUsername string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue