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
使用SDK发qq频道帖子,总是提示json格式不正确,发现源码有bug,要把源码的:
class RichText(TypedDict): paragraphs: Paragraph
改成:
class RichText(TypedDict): paragraphs: List[Paragraph]
现在能发送成功,但是出现如下问题: 帖子列表能看到图片,但是点进帖子详情,只有文字,这个是什么原因?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用SDK发qq频道帖子,总是提示json格式不正确,发现源码有bug,要把源码的:
改成:
现在能发送成功,但是出现如下问题:
帖子列表能看到图片,但是点进帖子详情,只有文字,这个是什么原因?
The text was updated successfully, but these errors were encountered: