10 lines
200 B
Go
10 lines
200 B
Go
package notify
|
|
|
|
type reminderConfig struct {
|
|
updateID int
|
|
notifyTime int64
|
|
chatID int64
|
|
userID int64
|
|
messageToReplyToID int
|
|
reminderText string
|
|
}
|