Interface GetChatSponsoredMessages

Returns sponsored messages to be shown in a chat; for channel chats and chats with bots only. Request type for Tdjson#getChatSponsoredMessages.

interface GetChatSponsoredMessages {
    @type: "getChatSponsoredMessages";
    chat_id: number;
}

Properties

Properties

@type: "getChatSponsoredMessages"
chat_id: number

Identifier of the chat.