UNPKG

wechaty-puppet-wechat4u

Version:
13 lines 496 B
import type { WebMessageRawPayload } from '../../web-schemas.js'; export interface EmojiMessagePayload { type: number; len: number; md5: string; cdnurl: string; width: number; height: number; gameext?: string; } export declare function parseEmotionMessagePayload(message: WebMessageRawPayload): Promise<EmojiMessagePayload>; export declare function generateEmotionPayload(emojiMessagePayload: EmojiMessagePayload): string; //# sourceMappingURL=message-emotion.d.ts.map