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

    Interface MessageStickerItemResponse

    interface MessageStickerItemResponse {
        format_type: StickerFormatTypes;
        id: `${bigint}`;
        name: string;
    }
    Index

    Properties

    Properties

    format_type: StickerFormatTypes
    id: `${bigint}`
    name: string