vknet_vk/VkNet.Tests/TestData/Models/message_with_call.json
Bird Egop 80c5264005
Add missing "video" field to Call Attachment + Tests (#1207)
Signed-off-by: Bird Egop <sampletext32@bk.ru>
2021-09-28 00:05:51 +03:00

26 lines
No EOL
484 B
JSON

{
"date": 1632770481,
"from_id": 12345678,
"id": 714376,
"out": 0,
"peer_id": 2012345678,
"text": "",
"conversation_message_id": 31,
"fwd_messages": [],
"important": false,
"random_id": 0,
"attachments": [
{
"type": "call",
"call": {
"initiator_id": 12345678,
"receiver_id": 2012345678,
"state": "reached",
"time": 1632770481,
"duration": 30,
"video": true
}
}
],
"is_hidden": false
}