Type Alias ServerStickerMessage

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