Interface GetChatScheduledMessages

Returns all scheduled messages in a chat. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id). Request type for Tdjson#getChatScheduledMessages.

interface GetChatScheduledMessages {
    @type: "getChatScheduledMessages";
    chat_id: number;
}

Properties

Properties

@type: "getChatScheduledMessages"
chat_id: number

Chat identifier.