Interface RawSticker

interface RawSticker {
    asset?: "";
    available?: boolean;
    description: null | string;
    format_type: StickerFormatTypes;
    guild_id?: string;
    id: string;
    name: string;
    pack_id?: string;
    sort_value?: number;
    tags: string;
    type: StickerTypes;
    user?: RawUser;
}

Properties

asset?: ""

Deprecated

available?: boolean
description: null | string
format_type: StickerFormatTypes
guild_id?: string
id: string
name: string
pack_id?: string
sort_value?: number
tags: string
user?: RawUser