Search Results for

    Show / Hide Table of Contents

    Class StickerItem

    Represents a partial sticker received in a message.

    Inheritance
    Object
    RestEntity<UInt64>
    StickerItem
    Implements
    IEntity<UInt64>
    IStickerItem
    Inherited Members
    RestEntity<UInt64>.Id
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class StickerItem : RestEntity<ulong>, IEntity<ulong>, IStickerItem

    Properties

    | Improve this Doc View Source

    Format

    The format of the sticker.

    Declaration
    public StickerFormatType Format { get; }
    Property Value
    Type Description
    StickerFormatType
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ResolveStickerAsync()

    Resolves this sticker item by fetching the Sticker from the API.

    Declaration
    public async Task<Sticker> ResolveStickerAsync()
    Returns
    Type Description
    Task<Sticker>

    A task representing the download operation, the result of the task is a sticker object.

    Implements

    IEntity<TId>
    IStickerItem

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.10.0