VkNet.Model.RequestParams.WallAddCommentParams.WallAddCommentParams C# (CSharp) Méthode

WallAddCommentParams() public méthode

Параметры метода wall.addComment
public WallAddCommentParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
Résultat System.Collections.Generic
        public WallAddCommentParams(bool gag = true)
        {
            OwnerId = null;
            PostId = 0;
            FromGroup = null;
            Text = null;
            ReplyToComment = null;
            Attachments = null;
            StickerId = null;
            Ref = null;
        }