User:IsBot & RestrictChatMember:UntilDate
This commit is contained in:
parent
e6191af679
commit
bd1aa7e6ef
2 changed files with 4 additions and 0 deletions
1
types.go
1
types.go
|
@ -56,6 +56,7 @@ type User struct {
|
|||
LastName string `json:"last_name"` // optional
|
||||
UserName string `json:"username"` // optional
|
||||
LanguageCode string `json:"language_code"` // optional
|
||||
IsBot bool `json:"is_bot"` // optional
|
||||
}
|
||||
|
||||
// String displays a simple text version of a user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue