clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonSticker
common
Json
Sticker
data class
JsonSticker
(packID:
String
?, packKey:
String
?, stickerID:
Int
?, attachment:
JsonAttachment
?, image:
String
?)
Content copied to clipboard
Properties
Properties
attachment
Link copied to clipboard
common
val
attachment
:
JsonAttachment
? = null
Content copied to clipboard
image
Link copied to clipboard
common
val
image
:
String
? = null
Content copied to clipboard
packID
Link copied to clipboard
common
val
packID
:
String
? = null
Content copied to clipboard
packKey
Link copied to clipboard
common
val
packKey
:
String
? = null
Content copied to clipboard
stickerID
Link copied to clipboard
common
val
stickerID
:
Int
? = null
Content copied to clipboard