whatsapp-api-js - v5.2.0
    Preparing search index...

    Type Alias ServerStickerMessage

    type ServerStickerMessage = {
        sticker: {
            animated: boolean;
            id: string;
            mime_type: "image/webp";
            sha256: string;
        };
        type: "sticker";
    }
    Index

    Properties

    Properties

    sticker: {
        animated: boolean;
        id: string;
        mime_type: "image/webp";
        sha256: string;
    }
    type: "sticker"