Table of Contents

Class GuildVanityUrl

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class GuildVanityUrl : Entity, IGuildVanityUrl
Inheritance
object
GuildVanityUrl
Implements

Properties

Code

The vanity URL code for the guild.

public string? Code { get; }

Property Value

string

Uses

The number of times this vanity URL has been used.

public int Uses { get; }

Property Value

int

Methods

Create(FluxerBaseClient, GuildVanityUrlJson)

Create a GuildVanityUrl object from json.

public static GuildVanityUrl Create(FluxerBaseClient client, GuildVanityUrlJson json)

Parameters

client FluxerBaseClient
json GuildVanityUrlJson

Returns

GuildVanityUrl