Beispiel #1
0
 public void TypingMessageEnded(GroupChannel channel)
 {
     if (channel != null)
     {
         channel.EndTyping();
     }
 }