コード例 #1
0
ファイル: TeleBot.cs プロジェクト: svetlitsky/TeleBotDotNet
 public SendChatActionResponse SendChatAction(SendChatActionRequest sendChatActionRequest)
 {
     Log.Info(nameof(SendChatAction));
     return(SendChatActionResponse.Parse(ExecuteAction(sendChatActionRequest)));
 }
コード例 #2
0
ファイル: BotApi.cs プロジェクト: Herman44/TelegramBotApi
 public SendChatActionResponse SendChatAction(SendChatActionRequest sendChatActionRequest)
 {
     return(SendChatActionResponse.Parse(ExecuteAction(sendChatActionRequest)));
 }