Interface ChatActionForumToggled

Forum has been toggled

interface ChatActionForumToggled {
    enabled: boolean;
    type: "forum_toggled";
}

Properties

Properties

enabled: boolean

New status

type: "forum_toggled"