Skip to content

Commit

Permalink
Отсутствие поля close_comments в методе Wall.Post #662
Browse files Browse the repository at this point in the history
Signed-off-by: Инютин Максим Николаевич <[email protected]>
  • Loading branch information
inyutin-maxim committed Sep 1, 2018
1 parent 4b77104 commit f9f8ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VkNet/Model/RequestParams/Wall/WallPostParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ public static VkParameters ToVkParameters(WallPostParams p)
{ "captcha_sid", p.CaptchaSid },
{ "captcha_key", p.CaptchaKey },
{ "guid", p.Guid },
{ "mark_as_ads", p.MarkAsAds }
{ "mark_as_ads", p.MarkAsAds },
{ "close_comments", p.CloseComments}
};

return result;
Expand Down

0 comments on commit f9f8ece

Please sign in to comment.