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

GroupsBanUserParams() public method

Параметры метода groups.banUser
public GroupsBanUserParams ( bool gag = true ) : System
gag bool Заглушка для конструктора.
return System
        public GroupsBanUserParams(bool gag = true)
        {
            GroupId = 0;
            UserId = 0;
            EndDate = null;
            Reason = null;
            Comment = null;
            CommentVisible = null;
        }