119 lines
2.6 KiB
JSON
119 lines
2.6 KiB
JSON
{
|
|
"users": [
|
|
{
|
|
"id": "1",
|
|
"self": true
|
|
}
|
|
],
|
|
"chats": [
|
|
],
|
|
"channels": [
|
|
{
|
|
"id": "2",
|
|
"scam": true,
|
|
"verified": true,
|
|
"title": "aass"
|
|
}
|
|
],
|
|
"dialogs": {
|
|
"active": [{
|
|
"id": "1"
|
|
},
|
|
{
|
|
"id": "2"
|
|
}],
|
|
"archived": []
|
|
},
|
|
"messages": {
|
|
"1": [
|
|
{
|
|
"id": 1,
|
|
"message": "Hello world!",
|
|
"media": {
|
|
"type": "document",
|
|
"id": 1
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"message": "Hello world 2!",
|
|
"media": {
|
|
"type": "photo",
|
|
"id": 1
|
|
}
|
|
}
|
|
],
|
|
"2": [
|
|
{
|
|
"id": 3,
|
|
"message": "Hello channel!",
|
|
"reactions": {
|
|
"results": [
|
|
{
|
|
"emoticon": "a",
|
|
"count": 10
|
|
},
|
|
{
|
|
"emoticon": "b",
|
|
"count": 20
|
|
}
|
|
]
|
|
},
|
|
"replies": {
|
|
"replies": 1
|
|
}
|
|
},
|
|
{
|
|
"id": 4,
|
|
"message": "Hello channel 2!"
|
|
}
|
|
]
|
|
},
|
|
"availableReactions": [
|
|
{
|
|
"reaction": "a",
|
|
"title": "Some Reaction",
|
|
"staticIconId": 1,
|
|
"animationId": 2,
|
|
"effectId": 4
|
|
},
|
|
{
|
|
"reaction": "b",
|
|
"title": "Some Reaction",
|
|
"staticIconId": 1,
|
|
"animationId": 3,
|
|
"effectId": 4
|
|
}
|
|
],
|
|
"dialogFilters": [
|
|
{
|
|
"groups": true,
|
|
"broadcasts": true,
|
|
"id": 1,
|
|
"title": "Chats"
|
|
}
|
|
],
|
|
"documents": [
|
|
{
|
|
"id": 1,
|
|
"url": "lock.png",
|
|
"mimeType": "image/png"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"url": "TestLottie1.tgs",
|
|
"mimeType": "application/x-tgsticker"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"url": "TestLottie2.tgs",
|
|
"mimeType": "application/x-tgsticker"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"url": "TestLottie3.tgs",
|
|
"mimeType": "application/x-tgsticker"
|
|
}
|
|
]
|
|
}
|