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

VideoCreateCommentParams() public method

Параметры метода video.createComment
public VideoCreateCommentParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return System.Collections.Generic
        public VideoCreateCommentParams(bool gag = true)
        {
            OwnerId = null;
            VideoId = 0;
            Message = null;
            Attachments = null;
            FromGroup = null;
            ReplyToComment = null;
            StickerId = null;
        }