如何获取某个QQ号私聊信息 #1770
Unanswered
hengshizhi
asked this question in
Q&A
如何获取某个QQ号私聊信息
#1770
Replies: 2 comments
-
from nonebot.adapters.onebot.v11 import GroupMessageEvent, PrivateMessageEvent
@catch_str.handle()
async def private_ask_msg(pm: PrivateMessageEvent, args: Message = CommandArg()):
user_id = pm.user_id
message_id = pm.message_id
print(user_id, message_id) |
Beta Was this translation helpful? Give feedback.
0 replies
-
你好。已收到你的邮件,我会在尽快处理。————————————这是来自QQ邮箱的自动回复邮件。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
看了半天文档没看到有这个接口,查找也找不到,所以来这里求助,望大家谅解!
Beta Was this translation helpful? Give feedback.
All reactions