RawFriendRequestEvent
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(source)
Author
ForteScarlet