@typed-discord/rest
    Preparing search index...

    Interface StandardStickerResponse

    interface StandardStickerResponse {
        description: string | null;
        format_type: StickerFormatTypes | null;
        id: `${bigint}`;
        name: string;
        pack_id: `${bigint}`;
        sort_value: number;
        tags: string;
        type: STANDARD;
    }
    Index

    Properties

    description: string | null
    format_type: StickerFormatTypes | null
    id: `${bigint}`
    name: string
    pack_id: `${bigint}`
    sort_value: number
    tags: string
    type: STANDARD