예제 #1
0
 public SendChatActionResponse SendChatAction(SendChatActionRequest sendChatActionRequest)
 {
     return SendChatActionResponse.Parse(ExecuteAction(sendChatActionRequest));
 }
예제 #2
0
 public SendChatActionResponse SendChatAction(SendChatActionRequest sendChatActionRequest)
 {
     Log.Info(nameof(SendChatAction));
     return SendChatActionResponse.Parse(ExecuteAction(sendChatActionRequest));
 }