View Source ExTDLib.Method.GetChatScheduledMessages (ExTDLib v0.0.4)
Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id). Returns object_ptr<Messages>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
More details on telegram's documentation.