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

WallPostParams() public method

Параметры метода wall.post
public WallPostParams ( bool gag = true ) : System
gag bool Заглушка для конструктора.
return System
        public WallPostParams(bool gag = true)
        {
            OwnerId = null;
            FriendsOnly = null;
            FromGroup = null;
            Message = null;
            Attachments = null;
            Services = null;
            Signed = null;
            PublishDate = null;
            Lat = null;
            Long = null;
            PlaceId = null;
            PostId = null;
            CaptchaSid = null;
            CaptchaKey = null;
        }