Chameleon
    Preparing search index...

    Interface Sticker

    interface Sticker {
        id: string;
        packId?: string;
        name: string;
        description: string | null;
        tags: string;
        type: number;
        formatType: number;
        available?: boolean;
        guildId?: string;
        user?: User;
        sortValue?: number;
    }
    Index

    Properties

    id: string
    packId?: string
    name: string
    description: string | null
    tags: string
    type: number
    formatType: number
    available?: boolean
    guildId?: string
    user?: User
    sortValue?: number