Package-level declarations
Types
Link copied to clipboard
data class RawFriendRequestEvent(val time: Long, val requestType: String, val selfId: LongID, val postType: String, val userId: LongID, val comment: String = "", val flag: String) : RawRequestEvent
Link copied to clipboard
data class RawGroupRequestEvent(val time: Long, val requestType: String, val selfId: LongID, val postType: String, val subType: String, val groupId: LongID, val userId: LongID, val comment: String = "", val flag: String) : RawRequestEvent
Link copied to clipboard