Package-level declarations
Types
Link copied to clipboard
data class RawFriendAddEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val userId: LongID) : RawNoticeEvent
Link copied to clipboard
data class RawFriendRecallEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val userId: LongID, val messageId: LongID) : RawNoticeEvent
Link copied to clipboard
data class RawGroupAdminEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val subType: String, val groupId: LongID, val userId: LongID) : RawNoticeEvent
Link copied to clipboard
data class RawGroupDecreaseEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val subType: String, val groupId: LongID, val operatorId: LongID? = null, val userId: LongID) : RawNoticeEvent
Link copied to clipboard
data class RawGroupIncreaseEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val subType: String, val groupId: LongID, val operatorId: LongID? = null, val userId: LongID) : RawNoticeEvent
Link copied to clipboard
data class RawGroupRecallEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val groupId: LongID, val userId: LongID, val operatorId: LongID?, val messageId: LongID) : RawNoticeEvent
Link copied to clipboard
data class RawGroupUploadEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val groupId: LongID, val userId: LongID, val file: RawGroupUploadEvent.FileInfo) : RawNoticeEvent
Link copied to clipboard