JsonStickerPackOperationMessage

data class JsonStickerPackOperationMessage(packID: String?, packKey: String?, type: String?)

https://github.com/signalapp/Signal-Android/blob/44d014c4459e9ac34b74800002fa86b402d0501c/libsignal/service/src/main/java/org/whispersystems/signalservice/api/messages/multidevice/StickerPackOperationMessage.java

Constructors

Link copied to clipboard
fun JsonStickerPackOperationMessage(packID: String? = null, packKey: String? = null, type: String? = null)

Properties

Link copied to clipboard
val packID: String? = null
Link copied to clipboard
val packKey: String? = null
Link copied to clipboard
val type: String? = null