mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Merge branch 'master' of github.com:whitechi73/OpenShamrock
This commit is contained in:
commit
cd1d1e928a
@ -80,7 +80,7 @@ internal data class RequestEvent(
|
|||||||
@SerialName("time") val time: Long,
|
@SerialName("time") val time: Long,
|
||||||
@SerialName("self_id") val selfId: Long,
|
@SerialName("self_id") val selfId: Long,
|
||||||
@SerialName("post_type") val postType: PostType,
|
@SerialName("post_type") val postType: PostType,
|
||||||
@SerialName("request_type ") val type: RequestType,
|
@SerialName("request_type") val type: RequestType,
|
||||||
@SerialName("sub_type") val subType: RequestSubType = RequestSubType.None,
|
@SerialName("sub_type") val subType: RequestSubType = RequestSubType.None,
|
||||||
@SerialName("group_id") val groupId: Long = 0,
|
@SerialName("group_id") val groupId: Long = 0,
|
||||||
@SerialName("user_id") val userId: Long = 0,
|
@SerialName("user_id") val userId: Long = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user