push_common/push_common.go

8 lines
143 B
Go
Raw Normal View History

2025-01-27 12:09:39 +03:00
package push_common
type TextVariant struct {
Lang int `json:"lang"`
Title string `json:"title"`
Message string `json:"message"`
}