Interface UnpinAllMessageThreadMessages

Removes all pinned messages from a forum topic; requires can_pin_messages member right in the supergroup. Request type for Tdjson#unpinAllMessageThreadMessages.

interface UnpinAllMessageThreadMessages {
    @type: "unpinAllMessageThreadMessages";
    chat_id: number;
    message_thread_id: number;
}

Properties

@type: "unpinAllMessageThreadMessages"
chat_id: number

Identifier of the chat.

message_thread_id: number

Message thread identifier in which messages will be unpinned.