Constructs a local ChatId from the id of the User with whom the local Chat is created.
id
factory ChatId.local(UserId id) => ChatId('d_${id.val}');