/// /** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/api-video.html#wxcreatevideocontextvideoid) */ export default function send_danmu(video_context: wx.VideoContext, danmu: { text: string; color: number | string; }): void;