package push_common type PushId uint32 func (id PushId) String() string { return uint32ToString(uint32(id)) } //----------------------------------------------------------------------------- type TextVariant struct { Lang int `json:"lang"` Title string `json:"title"` Message string `json:"message"` }