dialog property

ChatId get dialog

Returns ChatId of the Chat-dialog with this User.

Implementation

ChatId get dialog => _dialog ?? ChatId.local(id);
set dialog (ChatId dialog)

Sets the provided ChatId as a dialog of this User.

Implementation

set dialog(ChatId dialog) => _dialog = dialog;