コード例 #1
0
ファイル: AppUtils.cs プロジェクト: ezhukovskaya/VK-API-Sharp
 public static JObject CreateComment(string postId, string message)
 {
     return(GetResponse(RequestBuilder.AddCommentToWallPost(postId, message)));
 }