Interface UpdateForumTopicInfo

Basic information about a topic in a forum chat was changed. Subtype of Update.

interface UpdateForumTopicInfo {
    @type: "updateForumTopicInfo";
    chat_id: number;
    info: ForumTopicInfo;
}

Properties

Properties

@type: "updateForumTopicInfo"
chat_id: number

Chat identifier.

New information about the topic.