Interface ChatEventIsForumToggled

The is_forum setting of a channel was toggled. Subtype of ChatEventAction.

interface ChatEventIsForumToggled {
    @type: "chatEventIsForumToggled";
    is_forum?: boolean;
}

Properties

Properties

@type: "chatEventIsForumToggled"
is_forum?: boolean

New value of is_forum.