ChatId.local constructor

ChatId.local(
  1. UserId id
)

Constructs a local ChatId from the id of the User with whom the local Chat is created.

Implementation

factory ChatId.local(UserId id) => ChatId('d_${id.val}');