add reminder feature
This commit is contained in:
parent
81f0970e36
commit
cfc48bd2cf
5 changed files with 233 additions and 1 deletions
10
commands/notify/types.go
Normal file
10
commands/notify/types.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package notify
|
||||
|
||||
type reminderConfig struct {
|
||||
updateID int
|
||||
notifyTime int64
|
||||
chatID int64
|
||||
userID int64
|
||||
messageToReplyToID int
|
||||
reminderText string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue