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