コード例 #1
0
ファイル: TeleBot.cs プロジェクト: AriGreenfeld/TeleBotDotNet
 public SendPhotoResponse SendPhoto(SendPhotoRequest sendPhotoRequest)
 {
     return SendPhotoResponse.Parse(ExecuteAction(sendPhotoRequest));
 }
コード例 #2
0
ファイル: TeleBot.cs プロジェクト: LouisMT/TeleBotDotNet
 public SendPhotoResponse SendPhoto(SendPhotoRequest sendPhotoRequest)
 {
     Log.Info(nameof(SendPhoto));
     return SendPhotoResponse.Parse(ExecuteAction(sendPhotoRequest));
 }