toReadableString method
Implementation
String toReadableString() {
return """
query_id: $queryId,
user: ${user?.toReadableString()},
receiver: ${receiver?.toReadableString()},
chat: ${chat?.toReadableString()},
chat_type: $chatType,
chat_instance: $chatInstance,
start_param: $startParam,
can_send_after: $canSendAfter,
auth_date: $authDate,
hash: $hash
""";
}