We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0f5de commit 18214c0Copy full SHA for 18214c0
types.go
@@ -56,7 +56,7 @@ type User struct {
56
LastName string `json:"last_name,omitempty"` // optional
57
UserName string `json:"username,omitempty"` // optional
58
LanguageCode string `json:"language_code,omitempty"` // optional
59
- IsBot bool `json:"is_bot,omitempty"` // optional
+ IsBot bool `json:"is_bot"`
60
}
61
62
// String displays a simple text version of a user.
0 commit comments