is_premium

pull/531/head
落心 2 years ago committed by GitHub
parent 4609e62629
commit b0ccf622b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@ type User struct {
Username string `json:"username"`
LanguageCode string `json:"language_code"`
IsBot bool `json:"is_bot"`
IsPremium bool `json:"is_premium"`
// Returns only in getMe
CanJoinGroups bool `json:"can_join_groups"`

Loading…
Cancel
Save