We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否在使用中遇到某些问题而需要新的特性?请描述:
飞书适配器目前对于 audio 和 media 的构建参数为
@staticmethod def audio(file_key: str, duration: int) -> "MessageSegment": ... @staticmethod def media(file_key: str, image_key: str, file_name: str, duration: int) -> "MessageSegment": ...
而按照飞书文档
audio 的 duration 与 media 的 image_key 皆为可选参数
描述你所需要的特性:
将 duration 与 image_key 设为可选参数
The text was updated successfully, but these errors were encountered:
File 也是一样的
Sorry, something went wrong.
StarHeartHunt
Successfully merging a pull request may close this issue.
是否在使用中遇到某些问题而需要新的特性?请描述:
飞书适配器目前对于 audio 和 media 的构建参数为
而按照飞书文档
audio 的 duration 与 media 的 image_key 皆为可选参数
描述你所需要的特性:
将 duration 与 image_key 设为可选参数
The text was updated successfully, but these errors were encountered: