Interface ChatEventIsAllHistoryAvailableToggled

The is_all_history_available setting of a supergroup was toggled. Subtype of ChatEventAction.

interface ChatEventIsAllHistoryAvailableToggled {
    @type: "chatEventIsAllHistoryAvailableToggled";
    is_all_history_available?: boolean;
}

Properties

@type: "chatEventIsAllHistoryAvailableToggled"
is_all_history_available?: boolean

New value of is_all_history_available.