Пример #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)));
 }
Пример #3
0
 public SendChatActionResponse SendChatAction(SendChatActionRequest sendChatActionRequest)
 {
     return SendChatActionResponse.Parse(ExecuteAction(sendChatActionRequest));
 }