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

BoardCreateCommentParams() public method

Параметры метода wall.addComment
public BoardCreateCommentParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return 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;
        }