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

VideoGetParams() public method

Параметры метода video.get
public VideoGetParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return System.Collections.Generic
        public VideoGetParams(bool gag = true)
        {
            OwnerId = null;
            Videos = null;
            AlbumId = null;
            Count = null;
            Offset = null;
            Extended = null;
        }