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