Interface ChatEventForumTopicPinned

A pinned forum topic was changed. Subtype of ChatEventAction.

interface ChatEventForumTopicPinned {
    @type: "chatEventForumTopicPinned";
    new_topic_info: ForumTopicInfo;
    old_topic_info: ForumTopicInfo;
}

Properties

@type: "chatEventForumTopicPinned"
new_topic_info: ForumTopicInfo

Information about the new pinned topic; may be null.

old_topic_info: ForumTopicInfo

Information about the old pinned topic; may be null.