mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 18:00:09 +01:00
24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"messages" : [{
|
|
"type" : 1,
|
|
"destinationDeviceId" : 1,
|
|
"destinationRegistrationId" : 222,
|
|
"content" : "Zm9vYmFyego",
|
|
"timestamp" : 1234
|
|
},
|
|
{
|
|
"type" : 1,
|
|
"destinationDeviceId" : 2,
|
|
"destinationRegistrationId" : 333,
|
|
"content" : "Zm9vYmFyego",
|
|
"timestamp" : 1234
|
|
},
|
|
{
|
|
"type" : 1,
|
|
"destinationDeviceId" : 1,
|
|
"destinationRegistrationId" : 222,
|
|
"content" : "Zm9vYmFyego",
|
|
"timestamp" : 1234
|
|
}]
|
|
}
|