NetWrok.Clan.Create C# (CSharp) Method

Create() public method

public Create ( string name, string type ) : Request
name string
type string
return Request
        public Request Create(string name, string type)
        {
            return api.Request ("clan.create", name, type);
        }