package telegram

type User struct {
	ID int64 `json:"id"`
}