6 lines
59 B
Go
Raw Normal View History

package telegram
type User struct {
ID int `json:"id"`
}