Interface UpdateForumTopicInfo

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

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

Properties

Properties

@type: "updateForumTopicInfo"

New information about the topic.