} } return given; } /** * Formats a image to webp * @param {MessageMedia } media * * @returns {Promise<MessageMedia>} media in webp format */ static async } media * * @returns {Promise<MessageMedia>} media in webp format */ static async * @property {string[]} [categories] */ /** * Formats a media to webp * @param {MessageMedia } media * @param {StickerMetadata} metadata * * @returns {Promise<MessageMedia>} media
├── MessageBase.tsx # 包含头像、反向显示的基础消息组件 ├── MessageMedia.tsx # 图片、音频等 ├── MessageSystem.tsx # 系统消息 ├──