@theophilusdev/conduit
    Preparing search index...

    Interface StickerAttachment

    interface StickerAttachment {
        caption: string;
        description: string;
        frameCount: number;
        frameRate: number;
        framesPerCol: number;
        framesPerRow: number;
        height: number;
        ID: string;
        packID: string;
        spriteURI: string | null;
        spriteURI2x: string | null;
        spriteUrl: string | null;
        spriteUrl2x: string | null;
        stickerID: string;
        type: "sticker";
        url: string;
        width: number;
    }
    Index

    Properties

    caption: string
    description: string
    frameCount: number
    frameRate: number
    framesPerCol: number
    framesPerRow: number
    height: number
    ID: string
    packID: string
    spriteURI: string | null
    spriteURI2x: string | null
    spriteUrl: string | null
    spriteUrl2x: string | null
    stickerID: string
    type: "sticker"
    url: string
    width: number