Add some missing comments.

This commit is contained in:
Syfaro 2016-04-12 08:59:47 -05:00
parent db12d94016
commit a92f88ce2c
2 changed files with 10 additions and 0 deletions

View file

@ -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