kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonSticker
Json
Sticker
common
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