JsonSticker

data class JsonSticker(packID: String?, packKey: String?, stickerID: Int?, attachment: JsonAttachment?, image: String?)

Properties

attachment
Link copied to clipboard
common
val attachment: JsonAttachment? = null
image
Link copied to clipboard
common
val image: String? = null
packID
Link copied to clipboard
common
val packID: String? = null
packKey
Link copied to clipboard
common
val packKey: String? = null
stickerID
Link copied to clipboard
common
val stickerID: Int? = null