user.go 59 B

12345
  1. package telegram
  2. type User struct {
  3. ID int `json:"id"`
  4. }