新手求教 #68
新手求教
#68
-
想问下如何获取到群里某个成员的qq号,文档看了好久都找错包了┭┮﹏┭┮ |
Beta Was this translation helpful? Give feedback.
Answered by
ForteScarlet
Feb 11, 2023
Replies: 1 comment
-
// 群成员
Member member = ...;
ID id = member.getId();
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ForteScarlet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ID
类型直接toString()
即为字面值结果,也就是QQ号的字符串值。ID的更多内容参考 API文档