chatEventIsAllHistoryAvailableToggled property
The is_all_history_available setting of a supergroup was toggled
Implementation
ChatEventIsAllHistoryAvailableToggled?
get chatEventIsAllHistoryAvailableToggled {
if (this is ChatEventIsAllHistoryAvailableToggled) {
return this as ChatEventIsAllHistoryAvailableToggled;
}
return null;
}