mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 21:23:55 +08:00
Fix #405
This commit is contained in:
parent
e973079337
commit
6c4f00a5f8
@ -99,9 +99,13 @@ internal class StGroupRankInfo(
|
||||
@JceId(4) @JvmField val dwGroupRankSeq: Long? = null,
|
||||
@JceId(5) @JvmField val ownerName: String? = "",
|
||||
@JceId(6) @JvmField val adminName: String? = "",
|
||||
@JceId(7) @JvmField val dwOfficeMode: Long? = null
|
||||
@JceId(7) @JvmField val dwOfficeMode: Long? = null,
|
||||
@JceId(9) @JvmField val fuckIssue405: List<FuckIssue405?>? = null // fake
|
||||
) : JceStruct
|
||||
|
||||
@Serializable
|
||||
internal class FuckIssue405
|
||||
|
||||
@Serializable
|
||||
internal class StFavoriteGroup(
|
||||
@JceId(0) @JvmField val dwGroupCode: Long,
|
||||
|
Loading…
Reference in New Issue
Block a user