Repeated scheduled messages (reminders).

This commit is contained in:
John Preston
2025-10-07 12:43:41 +04:00
parent c4d5d52b96
commit 332b70a27d
14 changed files with 242 additions and 6 deletions
+1
View File
@@ -4100,6 +4100,7 @@ void ApiWrap::sendMessage(
.from = NewMessageFromId(action),
.replyTo = action.replyTo,
.date = NewMessageDate(action.options),
.scheduleRepeatPeriod = action.options.scheduleRepeatPeriod,
.shortcutId = action.options.shortcutId,
.starsPaid = starsPaid,
.postAuthor = NewMessagePostAuthor(action),