J1A

Results 4 issues of J1A

## requirements * token type:paimon * version of python-wechaty [0.8.33] ## Describe your problem > 信息为视频号+收藏中的笔记,没有任何返回信息 ## Error info ![image](https://user-images.githubusercontent.com/84702815/164168168-1c5aeed9-2ac7-4a3b-bb87-243d3bbe139b.png)

🐛 bug

## requirements * token type [paimon] * version of python-wechaty [0.8.33] ## Describe your problem > paimon协议 不能艾特群成员 ## Reproduce your problem ```python talker: Contact = msg.talker() await msg.say(f'你好', mention_ids=[talker.contact_id])...

🐛 bug

## requirements * token type [paimon] * version of python-wechaty [0.8.33] ## Describe your problem > 如何获取消息中的文件大小,通过如下方式可以获取文件名称,如何获取文件大小呢?谢谢帮助 ## Reproduce your problem ```python if msg.type() == MessageType.MESSAGE_TYPE_ATTACHMENT: file_src = msg.payload.filename ```

## requirements * token type [paimon] * version of python-wechaty [0.8.33] ## Describe your problem >通过paimon协议,将50M文件to_file_box()会异常报错退出,我只想获取文件名称。 ## Reproduce your problem ```python if msg.type() == MessageType.MESSAGE_TYPE_ATTACHMENT: my_file_box = await msg.to_file_box() file_src...

🐛 bug