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

MessagesSendStickerParams() public method

Параметры метода messages.sendSticker
public MessagesSendStickerParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
return VkNet.Utils
        public MessagesSendStickerParams(bool gag = true)
        {
            UserId = null;
            Domain = null;
            PeerId = null;
            ChatId = null;
            RandomId = null;
            StickerId = 0;
        }