package domain type AuthRequest struct { TelegramId *string `json:"telegram_id"` OTP *int64 `json:"otp"` InitData *string `json:"init_data"` }