Table of Contents

Class MessageSticker

Namespace
NetCord
Assembly
NetCord.dll
public class MessageSticker : ClientEntity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonMessageSticker>
Inheritance
MessageSticker
Implements
Inherited Members

Constructors

MessageSticker(JsonMessageSticker, RestClient)

public MessageSticker(JsonMessageSticker jsonModel, RestClient client)

Parameters

jsonModel JsonMessageSticker
client RestClient

Properties

Format

public StickerFormat Format { get; }

Property Value

StickerFormat

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string