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

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

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