VkNet.Model.RequestParams.BoardEditCommentParams.BoardEditCommentParams C# (CSharp) Метод

BoardEditCommentParams() публичный Метод

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