Table of Contents

Class UpdateGuildStickerRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class UpdateGuildStickerRequest
Inheritance
object
UpdateGuildStickerRequest

Properties

Description

[JsonProperty("description")]
public string? Description { get; set; }

Property Value

string

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Tags

[JsonProperty("tags")]
public string[]? Tags { get; set; }

Property Value

string[]