示例#1
0
 public void SendTypingInDialog(ICall dialog, bool isTyping)
 {
     Helper.GuardNotNull(dialog);
     Helper.GuardPositiveInt(dialog.Id);
     _callApi.SendTypingInd(dialog.Id, isTyping);
 }