-
- All Implemented Interfaces:
public final class GroupCardUpdateNoticeEvent群成员名片更新事件
此事件不保证时效性, 仅在收到消息时校验卡片
-
-
Method Summary
Modifier and Type Method Description final LonggetTime()事件发生的时间戳 final LonggetSelfId()收到事件的机器人 QQ 号 final StringgetPostType()上报类型可能的值: noticefinal StringgetNoticeType()通知类型可能的值: group_cardfinal LonggetGroupId()群号 final LonggetUserId()成员id final StringgetCardNew()新名片当名片为空时为空字符串, 并不是昵称 final StringgetCardOld()旧名片当名片为空时为空字符串, 并不是昵称 -
-
Method Detail
-
getPostType
final String getPostType()
上报类型
可能的值:
notice
-
getNoticeType
final String getNoticeType()
通知类型
可能的值:
group_card
-
getGroupId
final Long getGroupId()
群号
-
getCardNew
final String getCardNew()
新名片
当名片为空时为空字符串, 并不是昵称
-
getCardOld
final String getCardOld()
旧名片
当名片为空时为空字符串, 并不是昵称
-
-
-
-