toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"chat_id": chatId,
"message_ids": messageIds.map((i) => i).toList(),
"is_permanent": isPermanent,
"from_cache": fromCache,
};
}