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

            return(GetField(wallPostCommentResponse, ResponseFields.CommentId));
        }