package structs type NotificationBody struct { UsersIds []string Type uint8 Message string }