ChatEventIsAllHistoryAvailableToggled.fromJson constructor
Parse from a json
Implementation
factory ChatEventIsAllHistoryAvailableToggled.fromJson(Map<String, dynamic> json) => ChatEventIsAllHistoryAvailableToggled(
isAllHistoryAvailable: json['is_all_history_available'],
);