diff --git a/VkNet/Model/RequestParams/Wall/WallPostParams.cs b/VkNet/Model/RequestParams/Wall/WallPostParams.cs index c98c941f5..73d98f84d 100644 --- a/VkNet/Model/RequestParams/Wall/WallPostParams.cs +++ b/VkNet/Model/RequestParams/Wall/WallPostParams.cs @@ -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;