Exemple #1
0
 public virtual async Task Add(Guid chatId, Guid userId, ChatParticipantType chatParticipantType, string style, string metadata)
 {
     await ChatParticipantsService.Add(CurrentUserId, chatId, userId, chatParticipantType, style, metadata);
 }
Exemple #2
0
 public virtual async Task Add(Guid chatId, Guid userId, ChatParticipantType chatParticipantType)
 {
     await ChatParticipantsService.Add(CurrentUserId, chatId, userId, chatParticipantType, null, null);
 }