pull/172/merge
Vadim 7 years ago committed by GitHub
commit e35edcbafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      types.go

@ -51,7 +51,7 @@ func (ch UpdatesChannel) Clear() {
// User is a user on Telegram.
type User struct {
ID int `json:"id"`
ID int64 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"` // optional
UserName string `json:"username"` // optional