Interface GetChatPinnedMessage

Returns information about a newest pinned message in the chat. Returns a 404 error if the message doesn't exist. Request type for Tdjson#getChatPinnedMessage.

interface GetChatPinnedMessage {
    @type: "getChatPinnedMessage";
    chat_id: number;
}

Properties

Properties

@type: "getChatPinnedMessage"
chat_id: number

Identifier of the chat the message belongs to.