Class UpdateGuildVanityUrlRequest
public class UpdateGuildVanityUrlRequest
- Inheritance
-
objectUpdateGuildVanityUrlRequest
Properties
Code
The new vanity Url code (2-32 characters, alphanumeric and hyphens)
[JsonProperty("code")]
public string? Code { get; set; }