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

            return(GetField(wallPostResponse, ResponseFields.PostId));
        }