1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

fix: type

This commit is contained in:
cssxsh 2023-07-20 21:34:40 +08:00
parent 120c9e0063
commit 7a685b0b25
No known key found for this signature in database
GPG Key ID: 92849F91CA9D8ECE

View File

@ -31,6 +31,7 @@ import kotlin.jvm.Throws
public data class SuperFace @MiraiInternalApi constructor(
public val face: Int,
public val id: String,
@SerialName("sticker_type")
public val type: Int
) : HummerMessage, CodableMessage {