package models type AuthMessage struct { Type string `json:"type"` InitData string `json:"initData"` }