Example #1
0
 public void AddConversation(PrivateChat privateChat) => PrivateChats.Add(privateChat.GetOtherParticipant(this).Id, privateChat);