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

    Interface GuildStickerResponse

    interface GuildStickerResponse {
        available: boolean;
        description: string | null;
        format_type: StickerFormatTypes | null;
        guild_id: `${bigint}`;
        id: `${bigint}`;
        name: string;
        tags: string;
        type: GUILD;
        user?: UserResponse;
    }
    Index

    Properties

    available: boolean
    description: string | null
    format_type: StickerFormatTypes | null
    guild_id: `${bigint}`
    id: `${bigint}`
    name: string
    tags: string
    type: GUILD