Добавить push_common.go

This commit is contained in:
Владислав Весельский 2025-01-27 12:09:39 +03:00
commit 4b3e0e53e0
1 changed files with 7 additions and 0 deletions

7
push_common.go Normal file
View File

@ -0,0 +1,7 @@
package push_common
type TextVariant struct {
Lang int `json:"lang"`
Title string `json:"title"`
Message string `json:"message"`
}