Returns ChatId of the Chat-dialog with this User.
ChatId get dialog => _dialog ?? ChatId.local(id);
Sets the provided ChatId as a dialog of this User.
dialog
set dialog(ChatId dialog) => _dialog = dialog;