Json Sticker Pack Operation Message
data class JsonStickerPackOperationMessage(packID: String?, packKey: String?, type: String?)
Content copied to clipboard
https://github.com/signalapp/Signal-Android/blob/44d014c4459e9ac34b74800002fa86b402d0501c/libsignal/service/src/main/java/org/whispersystems/signalservice/api/messages/multidevice/StickerPackOperationMessage.java
Constructors
JsonStickerPackOperationMessage
Link copied to clipboard
fun JsonStickerPackOperationMessage(packID: String? = null, packKey: String? = null, type: String? = null)
Content copied to clipboard