ChatEventIsAllHistoryAvailableToggled constructor
const
ChatEventIsAllHistoryAvailableToggled({
- required bool isAllHistoryAvailable,
The is_all_history_available setting of a supergroup was toggled
Implementation
const ChatEventIsAllHistoryAvailableToggled({
required this.isAllHistoryAvailable,
});