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 }
type: "sticker"