package push_common type TextVariant struct { Lang int `json:"lang"` Title string `json:"title"` Message string `json:"message"` }