-
- All Implemented Interfaces:
public final class OfflineFileNoticeEvent接收到离线文件事件
-
-
Constructor Summary
Constructors Constructor Description OfflineFileNoticeEvent(Long time, Long selfId, String postType, String noticeType, Long userId, OfflineFile file)
-
Method Summary
Modifier and Type Method Description final LonggetTime()事件发生的时间戳 final LonggetSelfId()收到事件的机器人 QQ 号 final StringgetPostType()上报类型可能的值: noticefinal StringgetNoticeType()通知类型可能的值: offline_filefinal LonggetUserId()成员id final OfflineFilegetFile()文件数据 -
-
Method Detail
-
getPostType
final String getPostType()
上报类型
可能的值:
notice
-
getNoticeType
final String getNoticeType()
通知类型
可能的值:
offline_file
-
getFile
final OfflineFile getFile()
文件数据
-
-
-
-