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

BoardGetTopicsParams() public method

Параметры метода wall.getComments
public BoardGetTopicsParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return System.Collections.Generic
        public BoardGetTopicsParams(bool gag = true)
        {
            GroupId = null;
            TopicIds = null;
            Order = 1;
            Offset = null;
            Count = null;
            Extended = false;
            Preview = null;
            PreviewLength = 90;
        }