{
"messages": [
{
"id": "my-id-xxx-1",
"sender": "PERSONA",
"date": "2021-01-25T15:48:00Z",
"text": "Hey there!"
},
{
"id": "my-id-xxx-2",
"sender": "PERSONA",
"date": "2021-01-25T15:48:20Z",
"text": "how are you?"
},
{
"id": "my-id-xxx-3",
"sender": "PERSONA",
"date": "2021-01-25T15:48:30Z",
"poke": true
},
{
"id": "my-id-xxx-4",
"sender": "USER",
"date": "2021-01-25T15:49:20Z",
"text": "good and you?",
"sticker": "Sticker of a yellow speech bubble with \"HI!\" in black text"
},
{
"id": "my-id-xxx-5",
"sender": "USER",
"date": "2021-01-25T15:49:21Z",
"text": "check this photo!",
"pictureUrls": [
"https://example.com/image.jpg"
]
},
{
"id": "my-id-xxx-2",
"sender": "PERSONA",
"date": "2021-01-25T15:48:20Z",
"text": "Wow, you look good, Need to see more ;)"
},
{
"id": "my-id-xxx-5",
"sender": "USER",
"date": "2021-01-25T15:49:21Z",
"text": "Thanks! here, for you",
"gifts": [
{
"name": "Teddy Bear",
"tier": "LOW"
}
]
}
]
}