feat: add is premium user status
temamagic arteom95@gmail.com
Mon, 20 Jun 2022 05:08:13 +0300
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
types.go
→
types.go
@@ -183,6 +183,10 @@ // IsBot true, if this user is a bot
// // optional IsBot bool `json:"is_bot,omitempty"` + // IsPremium true, if user has Telegram Premium + // + // optional + IsPremium bool `json:"is_premium,omitempty"` // FirstName user's or bot's first name FirstName string `json:"first_name"` // LastName user's or bot's last name