예제 #1
0
 public void TypingMessage(GroupChannel channel)
 {
     if (channel != null)
     {
         channel.StartTyping();
     }
 }