示例#1
0
 public void SendChatForId(int chatId)
 {
     client.SendChatMessage(chatId);
 }