Class GuildVanityUrl
Fluxer entity with client attached.
public class GuildVanityUrl : Entity, IGuildVanityUrl
- Inheritance
-
objectGuildVanityUrl
- Implements
Properties
Code
The vanity URL code for the guild.
public string? Code { get; }
Property Value
Uses
The number of times this vanity URL has been used.
public int Uses { get; }
Property Value
Methods
Create(FluxerBaseClient, GuildVanityUrlJson)
Create a GuildVanityUrl object from json.
public static GuildVanityUrl Create(FluxerBaseClient client, GuildVanityUrlJson json)
Parameters
clientFluxerBaseClientjsonGuildVanityUrlJson