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

MarketCreateCommentParams() public method

Параметры запроса market.createComment
public MarketCreateCommentParams ( bool gog = false ) : System.Collections.Generic
gog bool
return System.Collections.Generic
        public MarketCreateCommentParams(bool gog = false)
        {
            OwnerId = 0;
            ItemId = 0;
            Message = null;
            Attachments = null;
            FromGroup = null;
            ReplyToComment = null;
            StickerId = null;
        }