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

LikesAddParams() public method

Параметры метода Параметры метода likes.add
public LikesAddParams ( bool gag = true ) : VkNet.Enums.SafetyEnums
gag bool Заглушка для конструктора.
return VkNet.Enums.SafetyEnums
        public LikesAddParams(bool gag = true)
        {
            Type = null;
            ItemId = 0;
            OwnerId = null;
            AccessKey = null;
            Reference = null;
            CaptchaSid = null;
            CaptchaKey = null;
        }