user.go 61 B

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