Table of Contents

Interface IGuildVanityUrl

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IGuildVanityUrl

Properties

Code

The vanity URL code for the guild.

string? Code { get; }

Property Value

string

Uses

The number of times this vanity URL has been used.

int Uses { get; }

Property Value

int