Interface UpdateChatViewAsTopics

A chat default appearance has changed. Subtype of Update.

interface UpdateChatViewAsTopics {
    @type: "updateChatViewAsTopics";
    chat_id: number;
    view_as_topics?: boolean;
}

Properties

@type: "updateChatViewAsTopics"
chat_id: number

Chat identifier.

view_as_topics?: boolean

New value of view_as_topics.