seyfert
    Preparing search index...

    Interface CreateStickerBodyRequest

    interface CreateStickerBodyRequest {
        description: string;
        file: RawFile | AttachmentBuilder | Attachment;
        name: string;
        tags: string;
    }

    Hierarchy

    • Omit<RESTPostAPIGuildStickerFormDataBody, "file">
      • CreateStickerBodyRequest
    Index

    Properties

    description: string

    Description of the sticker (empty or 2-100 characters)

    name: string

    Name of the sticker (2-30 characters)

    tags: string

    The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)