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

BoardGetCommentsParams() public méthode

Параметры метода wall.getComments
public BoardGetCommentsParams ( bool gag = true ) : VkNet.Enums
gag bool Заглушка для конструктора.
Résultat VkNet.Enums
        public BoardGetCommentsParams(bool gag = true)
        {
            GroupId = null;
            TopicId = 0;
            NeedLikes = null;
            StartCommentId = null;
            Offset = null;
            Count = null;
            Sort = null;
            PreviewLength = null;
            Extended = null;
        }