Type alias ServerStickerMessage

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

Type declaration

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

Generated using TypeDoc