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