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

AudioGetParams() public method

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