telegram-bot-manager/modules/structs/notification.go

9 lines
133 B
Go

package structs
// swagger:model NotificationBody
type NotificationBody struct {
UserIds []string
Type uint8
Message string
}