Interface UnpinAllForumTopicMessages

Removes all pinned messages from a topic in a forum supergroup chat or a chat with a bot with topics; requires can_pin_messages member right in the supergroup. Request type for Tdjson#unpinAllForumTopicMessages.

interface UnpinAllForumTopicMessages {
    @type: "unpinAllForumTopicMessages";
    chat_id: number;
    forum_topic_id: number;
}

Properties

@type: "unpinAllForumTopicMessages"
chat_id: number

Identifier of the chat.

forum_topic_id: number

Forum topic identifier in which messages will be unpinned.