bloaterbot/commands/notify/types.go
2023-03-19 22:46:00 +01:00

10 lines
200 B
Go

package notify
type reminderConfig struct {
updateID int
notifyTime int64
chatID int64
userID int64
messageToReplyToID int
reminderText string
}