VkNet.Model.RequestParams.BoardEditCommentParams.BoardEditCommentParams C# (CSharp) Method

BoardEditCommentParams() public method

Параметры метода wall.addComment
public BoardEditCommentParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return System.Collections.Generic
        public BoardEditCommentParams(bool gag = true)
        {
            GroupId = null;
            TopicId = 0;
            CommentId = 0;
            Message = null;
            Attachments = null;
            CaptchaKey = null;
            CaptchaSid = null;
        }