Interface UnpinAllDirectMessagesChatTopicMessages

Removes all pinned messages from the topic in a channel direct messages chat administered by the current user. Request type for Tdjson#unpinAllDirectMessagesChatTopicMessages.

interface UnpinAllDirectMessagesChatTopicMessages {
    @type: "unpinAllDirectMessagesChatTopicMessages";
    chat_id: number;
    topic_id: number;
}

Properties

@type: "unpinAllDirectMessagesChatTopicMessages"
chat_id: number

Identifier of the chat.

topic_id: number

Topic identifier.