From 4076599ff9ed1eafecb25c82ff79e6905a556637 Mon Sep 17 00:00:00 2001 From: Vitaly the Alpaca Date: Fri, 7 Jun 2024 17:14:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D1=88=D0=B8=D1=84=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B4=D0=B0=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=BF=D0=BE=20=D1=80=D0=B5=D0=B7=D1=83=D0=BB?= =?UTF-8?q?=D1=8C=D1=82=D0=B0=D1=82=D0=B0=D0=BC=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20(workflow)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data.json.gpg | Bin 3382 -> 3385 bytes docs/results/Dropbox/AddTag.log | 1 + docs/results/Dropbox/AddUserToFile.log | 1 + docs/results/Dropbox/AddUsersToFile.log | 18 + .../results/Dropbox/CancelFilePublication.log | 1 + .../Dropbox/CancelFolderPublication.log | 3 + docs/results/Dropbox/CopyObject.log | 15 + docs/results/Dropbox/CreateFolder.log | 8 + docs/results/Dropbox/DeleteObject.log | 15 + docs/results/Dropbox/DeleteTag.log | 1 + docs/results/Dropbox/DownloadFile.log | 1 + docs/results/Dropbox/DownloadFolder.log | 1 + docs/results/Dropbox/Dropbox_MoveObject.log | 15 + .../results/Dropbox/GetAccountInformation.log | 25 ++ docs/results/Dropbox/GetAuthorizationLink.log | 1 + docs/results/Dropbox/GetObjectInformation.log | 13 + docs/results/Dropbox/GetObjectVersionList.log | 17 + docs/results/Dropbox/GetPreview.log | 1 + docs/results/Dropbox/GetSpaceUsageData.log | 7 + docs/results/Dropbox/GetTagList.log | 17 + docs/results/Dropbox/GetUploadStatusByURL.log | 13 + docs/results/Dropbox/PublishFolder.log | 29 ++ .../Dropbox/RestoreObjectToVersion.log | 12 + docs/results/Dropbox/UploadFile.log | 12 + docs/results/Dropbox/UploadFileByURL.log | 4 + docs/results/Telegram/Ban.log | 5 + .../ClearThreadPinnedMessagesList.log | 4 + docs/results/Telegram/CloseForumThread.log | 4 + docs/results/Telegram/CreateForumThread.log | 9 + .../results/Telegram/CreateInvitationLink.log | 18 + docs/results/Telegram/DeleteForumTopic.log | 4 + docs/results/Telegram/DeleteWebhook.log | 5 + docs/results/Telegram/DownloadFile.log | 1 + docs/results/Telegram/EditForumTopic.log | 4 + .../Telegram/EditMainForumTopicName.log | 4 + docs/results/Telegram/ForwardMessage.log | 40 +++ docs/results/Telegram/GetAvatarIconList.log | 114 ++++++ docs/results/Telegram/GetBotInformation.log | 13 + docs/results/Telegram/GetParticipantCount.log | 4 + docs/results/Telegram/GetUpdates.log | 327 ++++++++++++++++++ docs/results/Telegram/HideMainForumTopic.log | 4 + docs/results/Telegram/OpenForumThread.log | 4 + docs/results/Telegram/PinMessage.log | 4 + docs/results/Telegram/SendAudio.log | 31 ++ docs/results/Telegram/SendContact.log | 25 ++ docs/results/Telegram/SendDocument.log | 28 ++ docs/results/Telegram/SendGif.log | 66 ++++ docs/results/Telegram/SendImage.log | 58 ++++ docs/results/Telegram/SendLocation.log | 24 ++ docs/results/Telegram/SendMediaGroup.log | 103 ++++++ docs/results/Telegram/SendPoll.log | 47 +++ docs/results/Telegram/SendTextMessage.log | 21 ++ docs/results/Telegram/SendVideo.log | 45 +++ docs/results/Telegram/SetWebhook.log | 5 + docs/results/Telegram/ShowMainForumTopic.log | 4 + docs/results/Telegram/Unban.log | 5 + docs/results/Telegram/UnpinMessage.log | 4 + docs/results/VK/CloseDiscussion.log | 3 + docs/results/VK/CreateAlbum.log | 17 + docs/results/VK/CreateCompositePost.log | 5 + docs/results/VK/CreateDiscussion.log | 3 + docs/results/VK/CreatePoll.log | 5 + docs/results/VK/CreatePost.log | 5 + docs/results/VK/CreateStory.log | 93 +++++ docs/results/VK/CreateTokenRetrievalLink.log | 1 + docs/results/VK/DeleteAlbum.log | 3 + docs/results/VK/DeleteImage.log | 3 + docs/results/VK/DeletePost.log | 3 + docs/results/VK/OpenDiscussion.log | 3 + docs/results/VK/SaveImageToAlbum.log | 76 ++++ docs/results/VK/WriteInDiscussion.log | 3 + 71 files changed, 1488 insertions(+) create mode 100644 docs/results/Dropbox/AddTag.log create mode 100644 docs/results/Dropbox/AddUserToFile.log create mode 100644 docs/results/Dropbox/AddUsersToFile.log create mode 100644 docs/results/Dropbox/CancelFilePublication.log create mode 100644 docs/results/Dropbox/CancelFolderPublication.log create mode 100644 docs/results/Dropbox/CopyObject.log create mode 100644 docs/results/Dropbox/CreateFolder.log create mode 100644 docs/results/Dropbox/DeleteObject.log create mode 100644 docs/results/Dropbox/DeleteTag.log create mode 100644 docs/results/Dropbox/DownloadFile.log create mode 100644 docs/results/Dropbox/DownloadFolder.log create mode 100644 docs/results/Dropbox/Dropbox_MoveObject.log create mode 100644 docs/results/Dropbox/GetAccountInformation.log create mode 100644 docs/results/Dropbox/GetAuthorizationLink.log create mode 100644 docs/results/Dropbox/GetObjectInformation.log create mode 100644 docs/results/Dropbox/GetObjectVersionList.log create mode 100644 docs/results/Dropbox/GetPreview.log create mode 100644 docs/results/Dropbox/GetSpaceUsageData.log create mode 100644 docs/results/Dropbox/GetTagList.log create mode 100644 docs/results/Dropbox/GetUploadStatusByURL.log create mode 100644 docs/results/Dropbox/PublishFolder.log create mode 100644 docs/results/Dropbox/RestoreObjectToVersion.log create mode 100644 docs/results/Dropbox/UploadFile.log create mode 100644 docs/results/Dropbox/UploadFileByURL.log create mode 100644 docs/results/Telegram/Ban.log create mode 100644 docs/results/Telegram/ClearThreadPinnedMessagesList.log create mode 100644 docs/results/Telegram/CloseForumThread.log create mode 100644 docs/results/Telegram/CreateForumThread.log create mode 100644 docs/results/Telegram/CreateInvitationLink.log create mode 100644 docs/results/Telegram/DeleteForumTopic.log create mode 100644 docs/results/Telegram/DeleteWebhook.log create mode 100644 docs/results/Telegram/DownloadFile.log create mode 100644 docs/results/Telegram/EditForumTopic.log create mode 100644 docs/results/Telegram/EditMainForumTopicName.log create mode 100644 docs/results/Telegram/ForwardMessage.log create mode 100644 docs/results/Telegram/GetAvatarIconList.log create mode 100644 docs/results/Telegram/GetBotInformation.log create mode 100644 docs/results/Telegram/GetParticipantCount.log create mode 100644 docs/results/Telegram/GetUpdates.log create mode 100644 docs/results/Telegram/HideMainForumTopic.log create mode 100644 docs/results/Telegram/OpenForumThread.log create mode 100644 docs/results/Telegram/PinMessage.log create mode 100644 docs/results/Telegram/SendAudio.log create mode 100644 docs/results/Telegram/SendContact.log create mode 100644 docs/results/Telegram/SendDocument.log create mode 100644 docs/results/Telegram/SendGif.log create mode 100644 docs/results/Telegram/SendImage.log create mode 100644 docs/results/Telegram/SendLocation.log create mode 100644 docs/results/Telegram/SendMediaGroup.log create mode 100644 docs/results/Telegram/SendPoll.log create mode 100644 docs/results/Telegram/SendTextMessage.log create mode 100644 docs/results/Telegram/SendVideo.log create mode 100644 docs/results/Telegram/SetWebhook.log create mode 100644 docs/results/Telegram/ShowMainForumTopic.log create mode 100644 docs/results/Telegram/Unban.log create mode 100644 docs/results/Telegram/UnpinMessage.log create mode 100644 docs/results/VK/CloseDiscussion.log create mode 100644 docs/results/VK/CreateAlbum.log create mode 100644 docs/results/VK/CreateCompositePost.log create mode 100644 docs/results/VK/CreateDiscussion.log create mode 100644 docs/results/VK/CreatePoll.log create mode 100644 docs/results/VK/CreatePost.log create mode 100644 docs/results/VK/CreateStory.log create mode 100644 docs/results/VK/CreateTokenRetrievalLink.log create mode 100644 docs/results/VK/DeleteAlbum.log create mode 100644 docs/results/VK/DeleteImage.log create mode 100644 docs/results/VK/DeletePost.log create mode 100644 docs/results/VK/OpenDiscussion.log create mode 100644 docs/results/VK/SaveImageToAlbum.log create mode 100644 docs/results/VK/WriteInDiscussion.log diff --git a/data.json.gpg b/data.json.gpg index 4d062506d9bf4c62b3689d730a57a89259ec5dec..013488fbd63bfa9f08993f487dcabdf15e330e6b 100644 GIT binary patch literal 3385 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 Pxh-kAf8h8C_jpJhT6L2< literal 3382 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 MACp{aA1?P@E}j*xiU0rr diff --git a/docs/results/Dropbox/AddTag.log b/docs/results/Dropbox/AddTag.log new file mode 100644 index 0000000000..fde108632a --- /dev/null +++ b/docs/results/Dropbox/AddTag.log @@ -0,0 +1 @@ + {} diff --git a/docs/results/Dropbox/AddUserToFile.log b/docs/results/Dropbox/AddUserToFile.log new file mode 100644 index 0000000000..fde108632a --- /dev/null +++ b/docs/results/Dropbox/AddUserToFile.log @@ -0,0 +1 @@ + {} diff --git a/docs/results/Dropbox/AddUsersToFile.log b/docs/results/Dropbox/AddUsersToFile.log new file mode 100644 index 0000000000..1e81a27f2f --- /dev/null +++ b/docs/results/Dropbox/AddUsersToFile.log @@ -0,0 +1,18 @@ + [ + { + "member": { + ".tag": "email", + "email": "h5bk6ft62s@privaterelay.appleid.com" + }, + "result": { + ".tag": "success", + "success": { + ".tag": "editor" + } + }, + "sckey_sha1": "ee2d8fd2cee052e103a52aa74be85bbebb8e6bb4", + "invitation_signature": [ + "ee2d8fd2cee052e103a52aa74be85bbebb8e6bb4:ed7721b375882c806612d4056dad9f317cc98a22" + ] + } +] diff --git a/docs/results/Dropbox/CancelFilePublication.log b/docs/results/Dropbox/CancelFilePublication.log new file mode 100644 index 0000000000..fde108632a --- /dev/null +++ b/docs/results/Dropbox/CancelFilePublication.log @@ -0,0 +1 @@ + {} diff --git a/docs/results/Dropbox/CancelFolderPublication.log b/docs/results/Dropbox/CancelFolderPublication.log new file mode 100644 index 0000000000..0ad06fa25a --- /dev/null +++ b/docs/results/Dropbox/CancelFolderPublication.log @@ -0,0 +1,3 @@ + { + ".tag": "complete" +} diff --git a/docs/results/Dropbox/CopyObject.log b/docs/results/Dropbox/CopyObject.log new file mode 100644 index 0000000000..cbfc6f5a5d --- /dev/null +++ b/docs/results/Dropbox/CopyObject.log @@ -0,0 +1,15 @@ + { + "metadata": { + ".tag": "file", + "name": "pic_copy.png", + "path_lower": "/new/pic_copy.png", + "path_display": "/New/pic_copy.png", + "id": "id:kJU6-a-pT48AAAAAAAADcg", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:08:34Z", + "rev": "61a4fd9895f55bd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" + } +} diff --git a/docs/results/Dropbox/CreateFolder.log b/docs/results/Dropbox/CreateFolder.log new file mode 100644 index 0000000000..c7d7165d57 --- /dev/null +++ b/docs/results/Dropbox/CreateFolder.log @@ -0,0 +1,8 @@ + { + "metadata": { + "name": "New catalog", + "path_lower": "/new catalog", + "path_display": "/New catalog", + "id": "id:kJU6-a-pT48AAAAAAAADdA" + } +} diff --git a/docs/results/Dropbox/DeleteObject.log b/docs/results/Dropbox/DeleteObject.log new file mode 100644 index 0000000000..1e6e97afda --- /dev/null +++ b/docs/results/Dropbox/DeleteObject.log @@ -0,0 +1,15 @@ + { + "metadata": { + ".tag": "file", + "name": "pic.png", + "path_lower": "/new/pic.png", + "path_display": "/New/pic.png", + "id": "id:kJU6-a-pT48AAAAAAAADcA", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:08:28Z", + "rev": "61a4fd92452b6bd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" + } +} diff --git a/docs/results/Dropbox/DeleteTag.log b/docs/results/Dropbox/DeleteTag.log new file mode 100644 index 0000000000..fde108632a --- /dev/null +++ b/docs/results/Dropbox/DeleteTag.log @@ -0,0 +1 @@ + {} diff --git a/docs/results/Dropbox/DownloadFile.log b/docs/results/Dropbox/DownloadFile.log new file mode 100644 index 0000000000..8c509eebd1 --- /dev/null +++ b/docs/results/Dropbox/DownloadFile.log @@ -0,0 +1 @@ + NOT JSON: FF D8 FF E1 54 C1 45 78 69 66 00 00 49 49 2A 00 08 00 00 00 0B 00 0E 01 02 00 20 00 00 00 92 00 00 00 0F 01 02 00 05 00 00 00 B2 00 00 00 10 01 02 00 07 00 00 00 B8 00 00 00 12 01 03 00 01 00… diff --git a/docs/results/Dropbox/DownloadFolder.log b/docs/results/Dropbox/DownloadFolder.log new file mode 100644 index 0000000000..ac4ae43447 --- /dev/null +++ b/docs/results/Dropbox/DownloadFolder.log @@ -0,0 +1 @@ + NOT JSON: 50 4B 03 04 14 00 00 08 00 00 3C 92 C6 58 00 00 00 00 00 00 00 00 00 00 00 00 04 00 09 00 4E 65 77 2F 55 54 05 00 01 55 FD 61 66 50 4B 03 04 14 00 08 08 00 00 4F 87 AF 58 00 00 00 00 00 00 00… diff --git a/docs/results/Dropbox/Dropbox_MoveObject.log b/docs/results/Dropbox/Dropbox_MoveObject.log new file mode 100644 index 0000000000..fb8eef4245 --- /dev/null +++ b/docs/results/Dropbox/Dropbox_MoveObject.log @@ -0,0 +1,15 @@ + { + "metadata": { + ".tag": "file", + "name": "pic.png", + "path_lower": "/pic.png", + "path_display": "/pic.png", + "id": "id:kJU6-a-pT48AAAAAAAADcA", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:08:26Z", + "rev": "61a4fd90cd5cbbd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" + } +} diff --git a/docs/results/Dropbox/GetAccountInformation.log b/docs/results/Dropbox/GetAccountInformation.log new file mode 100644 index 0000000000..f8cd31da7d --- /dev/null +++ b/docs/results/Dropbox/GetAccountInformation.log @@ -0,0 +1,25 @@ + { + "account_id": "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE", + "name": { + "given_name": "Антон", + "surname": "Титовец", + "familiar_name": "Антон", + "display_name": "Антон Титовец", + "abbreviated_name": "АТ" + }, + "email": "bayselonarrend@gmail.com", + "email_verified": true, + "disabled": false, + "country": "BY", + "locale": "en", + "referral_link": "https://www.dropbox.com/referrals/AADQceVD6l02CM1dzgLM7s_o8gdaPXKc7oM?src=app9-2724483", + "is_paired": false, + "account_type": { + ".tag": "basic" + }, + "root_info": { + ".tag": "user", + "root_namespace_id": "3179550035", + "home_namespace_id": "3179550035" + } +} diff --git a/docs/results/Dropbox/GetAuthorizationLink.log b/docs/results/Dropbox/GetAuthorizationLink.log new file mode 100644 index 0000000000..84a5e5b235 --- /dev/null +++ b/docs/results/Dropbox/GetAuthorizationLink.log @@ -0,0 +1 @@ + "https://www.dropbox.com/oauth2/authorize?client_id=oynqxdsqft8oyky&response_type=code&token_access_type=offline" diff --git a/docs/results/Dropbox/GetObjectInformation.log b/docs/results/Dropbox/GetObjectInformation.log new file mode 100644 index 0000000000..45a6ff27eb --- /dev/null +++ b/docs/results/Dropbox/GetObjectInformation.log @@ -0,0 +1,13 @@ + { + ".tag": "file", + "name": "pic.png", + "path_lower": "/new/pic.png", + "path_display": "/New/pic.png", + "id": "id:kJU6-a-pT48AAAAAAAADcA", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:07:46Z", + "rev": "61a4fd6a471dbbd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" +} diff --git a/docs/results/Dropbox/GetObjectVersionList.log b/docs/results/Dropbox/GetObjectVersionList.log new file mode 100644 index 0000000000..877333f2e3 --- /dev/null +++ b/docs/results/Dropbox/GetObjectVersionList.log @@ -0,0 +1,17 @@ + { + "is_deleted": false, + "entries": [ + { + "name": "pic.png", + "path_lower": "/new/pic.png", + "path_display": "/New/pic.png", + "id": "id:kJU6-a-pT48AAAAAAAADcA", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:07:46Z", + "rev": "61a4fd6a471dbbd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" + } + ] +} diff --git a/docs/results/Dropbox/GetPreview.log b/docs/results/Dropbox/GetPreview.log new file mode 100644 index 0000000000..79a4745e41 --- /dev/null +++ b/docs/results/Dropbox/GetPreview.log @@ -0,0 +1 @@ + NOT JSON: 25 50 44 46 2D 31 2E 35 0D 0A 25 B5 B5 B5 B5 0D 0A 31 20 30 20 6F 62 6A 0D 0A 3C 3C 2F 54 79 70 65 2F 43 61 74 61 6C 6F 67 2F 50 61 67 65 73 20 32 20 30 20 52 2F 4C 61 6E 67 28 65 6E 2D 55 53… diff --git a/docs/results/Dropbox/GetSpaceUsageData.log b/docs/results/Dropbox/GetSpaceUsageData.log new file mode 100644 index 0000000000..a8c6bb81c7 --- /dev/null +++ b/docs/results/Dropbox/GetSpaceUsageData.log @@ -0,0 +1,7 @@ + { + "used": 1477493597, + "allocation": { + ".tag": "individual", + "allocated": 2147483648 + } +} diff --git a/docs/results/Dropbox/GetTagList.log b/docs/results/Dropbox/GetTagList.log new file mode 100644 index 0000000000..41c36c4def --- /dev/null +++ b/docs/results/Dropbox/GetTagList.log @@ -0,0 +1,17 @@ + { + "paths_to_tags": [ + { + "path": "/New/Dogs.mp3", + "tags": [] + }, + { + "path": "/New/mydoc.docx", + "tags": [ + { + ".tag": "user_generated_tag", + "tag_text": "important" + } + ] + } + ] +} diff --git a/docs/results/Dropbox/GetUploadStatusByURL.log b/docs/results/Dropbox/GetUploadStatusByURL.log new file mode 100644 index 0000000000..cf1aed978e --- /dev/null +++ b/docs/results/Dropbox/GetUploadStatusByURL.log @@ -0,0 +1,13 @@ + { + ".tag": "complete", + "name": "url_doc.docx", + "path_lower": "/new/url_doc.docx", + "path_display": "/New/url_doc.docx", + "id": "id:kJU6-a-pT48AAAAAAAADcw", + "client_modified": "2024-06-07T17:08:48Z", + "server_modified": "2024-06-07T17:08:48Z", + "rev": "61a4fda5ed275bd841553", + "size": 24069, + "is_downloadable": true, + "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" +} diff --git a/docs/results/Dropbox/PublishFolder.log b/docs/results/Dropbox/PublishFolder.log new file mode 100644 index 0000000000..00bcee3d18 --- /dev/null +++ b/docs/results/Dropbox/PublishFolder.log @@ -0,0 +1,29 @@ + { + ".tag": "complete", + "access_type": { + ".tag": "owner" + }, + "is_inside_team_folder": false, + "is_team_folder": false, + "path_display": "/New", + "path_lower": "/new", + "name": "New", + "policy": { + "acl_update_policy": { + ".tag": "editors" + }, + "shared_link_policy": { + ".tag": "anyone" + }, + "viewer_info_policy": { + ".tag": "enabled" + } + }, + "preview_url": "https://www.dropbox.com/scl/fo/n78ohm1d852hj28463pf5/h?dl=0", + "shared_folder_id": "5050181953", + "time_invited": "2024-06-07T17:11:16Z", + "access_inheritance": { + ".tag": "inherit" + }, + "folder_id": "id:kJU6-a-pT48AAAAAAAADaA" +} diff --git a/docs/results/Dropbox/RestoreObjectToVersion.log b/docs/results/Dropbox/RestoreObjectToVersion.log new file mode 100644 index 0000000000..156f83c4db --- /dev/null +++ b/docs/results/Dropbox/RestoreObjectToVersion.log @@ -0,0 +1,12 @@ + { + "name": "pic.png", + "path_lower": "/new/pic.png", + "path_display": "/New/pic.png", + "id": "id:kJU6-a-pT48AAAAAAAADcA", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:07:46Z", + "rev": "61a4fd6a471dbbd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" +} diff --git a/docs/results/Dropbox/UploadFile.log b/docs/results/Dropbox/UploadFile.log new file mode 100644 index 0000000000..156f83c4db --- /dev/null +++ b/docs/results/Dropbox/UploadFile.log @@ -0,0 +1,12 @@ + { + "name": "pic.png", + "path_lower": "/new/pic.png", + "path_display": "/New/pic.png", + "id": "id:kJU6-a-pT48AAAAAAAADcA", + "client_modified": "2024-06-07T17:07:45Z", + "server_modified": "2024-06-07T17:07:46Z", + "rev": "61a4fd6a471dbbd841553", + "size": 2114023, + "is_downloadable": true, + "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" +} diff --git a/docs/results/Dropbox/UploadFileByURL.log b/docs/results/Dropbox/UploadFileByURL.log new file mode 100644 index 0000000000..65fcc0c6c7 --- /dev/null +++ b/docs/results/Dropbox/UploadFileByURL.log @@ -0,0 +1,4 @@ + { + ".tag": "async_job_id", + "async_job_id": "OHYQpP0-dhkAAAAAAAAAAQ" +} diff --git a/docs/results/Telegram/Ban.log b/docs/results/Telegram/Ban.log new file mode 100644 index 0000000000..9e8fdee21c --- /dev/null +++ b/docs/results/Telegram/Ban.log @@ -0,0 +1,5 @@ + { + "ok": false, + "error_code": 400, + "description": "Bad Request: can't remove chat owner" +} diff --git a/docs/results/Telegram/ClearThreadPinnedMessagesList.log b/docs/results/Telegram/ClearThreadPinnedMessagesList.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/ClearThreadPinnedMessagesList.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/CloseForumThread.log b/docs/results/Telegram/CloseForumThread.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/CloseForumThread.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/CreateForumThread.log b/docs/results/Telegram/CreateForumThread.log new file mode 100644 index 0000000000..bfbf743231 --- /dev/null +++ b/docs/results/Telegram/CreateForumThread.log @@ -0,0 +1,9 @@ + { + "ok": true, + "result": { + "message_thread_id": 2739, + "name": "TestTopic 7b4cf6f1-206b-4782-a8b0-813179e189a4", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + } +} diff --git a/docs/results/Telegram/CreateInvitationLink.log b/docs/results/Telegram/CreateInvitationLink.log new file mode 100644 index 0000000000..1b3f767205 --- /dev/null +++ b/docs/results/Telegram/CreateInvitationLink.log @@ -0,0 +1,18 @@ + { + "ok": true, + "result": { + "invite_link": "https://t.me/+24UOprmam1gyOThi", + "name": "Link 06/07/2024 17:10:21", + "creator": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "expire_date": 1717863021, + "member_limit": 200, + "creates_join_request": false, + "is_primary": false, + "is_revoked": false + } +} diff --git a/docs/results/Telegram/DeleteForumTopic.log b/docs/results/Telegram/DeleteForumTopic.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/DeleteForumTopic.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/DeleteWebhook.log b/docs/results/Telegram/DeleteWebhook.log new file mode 100644 index 0000000000..4d62ad8cd5 --- /dev/null +++ b/docs/results/Telegram/DeleteWebhook.log @@ -0,0 +1,5 @@ + { + "ok": true, + "result": true, + "description": "Webhook is already deleted" +} diff --git a/docs/results/Telegram/DownloadFile.log b/docs/results/Telegram/DownloadFile.log new file mode 100644 index 0000000000..ef1c0813d0 --- /dev/null +++ b/docs/results/Telegram/DownloadFile.log @@ -0,0 +1 @@ + NOT JSON: FF D8 FF E0 00 10 4A 46 49 46 00 01 01 01 00 48 00 48 00 00 FF DB 00 43 00 0E 0A 0B 0D 0B 09 0E 0D 0C 0D 10 0F 0E 11 16 24 17 16 14 14 16 2C 20 21 1A 24 34 2E 37 36 33 2E 32 32 3A 41 53 46 3A… diff --git a/docs/results/Telegram/EditForumTopic.log b/docs/results/Telegram/EditForumTopic.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/EditForumTopic.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/EditMainForumTopicName.log b/docs/results/Telegram/EditMainForumTopicName.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/EditMainForumTopicName.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/ForwardMessage.log b/docs/results/Telegram/ForwardMessage.log new file mode 100644 index 0000000000..210ff283ae --- /dev/null +++ b/docs/results/Telegram/ForwardMessage.log @@ -0,0 +1,40 @@ + { + "ok": true, + "result": { + "message_id": 4995, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780204, + "forward_origin": { + "type": "channel", + "chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "message_id": 5041, + "date": 1717780089 + }, + "forward_from_chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "forward_from_message_id": 5041, + "forward_date": 1717780089, + "text": "Строковое значение" + } +} diff --git a/docs/results/Telegram/GetAvatarIconList.log b/docs/results/Telegram/GetAvatarIconList.log new file mode 100644 index 0000000000..a19ff80dad --- /dev/null +++ b/docs/results/Telegram/GetAvatarIconList.log @@ -0,0 +1,114 @@ + { + "5434144690511290129": "📰", + "5312536423851630001": "💡", + "5312016608254762256": "⚡️", + "5377544228505134960": "🎙", + "5418085807791545980": "🔝", + "5370870893004203704": "🗣", + "5420216386448270341": "🆒", + "5379748062124056162": "❗️", + "5373251851074415873": "📝", + "5433614043006903194": "📆", + "5357315181649076022": "📁", + "5309965701241379366": "🔎", + "5309984423003823246": "📣", + "5312241539987020022": "🔥", + "5312138559556164615": "❤️", + "5377316857231450742": "❓", + "5350305691942788490": "📈", + "5350713563512052787": "📉", + "5309958691854754293": "💎", + "5350452584119279096": "💰", + "5309929258443874898": "💸", + "5377690785674175481": "🪙", + "5310107765874632305": "💱", + "5377438129928020693": "⁉️", + "5309950797704865693": "🎮", + "5350554349074391003": "💻", + "5409357944619802453": "📱", + "5312322066328853156": "🚗", + "5312486108309757006": "🏠", + "5310029292527164639": "💘", + "5310228579009699834": "🎉", + "5377498341074542641": "‼️", + "5312315739842026755": "🏆", + "5408906741125490282": "🏁", + "5368653135101310687": "🎬", + "5310045076531978942": "🎵", + "5420331611830886484": "🔞", + "5350481781306958339": "📚", + "5357107601584693888": "👑", + "5375159220280762629": "⚽️", + "5384327463629233871": "🏀", + "5350513667144163474": "📺", + "5357121491508928442": "👀", + "5357185426392096577": "🫦", + "5310157398516703416": "🍓", + "5310262535021142850": "💄", + "5368741306484925109": "👠", + "5348436127038579546": "✈️", + "5357120306097956843": "🧳", + "5310303848311562896": "🏖", + "5350424168615649565": "⛅️", + "5413625003218313783": "🦄", + "5350699789551935589": "🛍", + "5377478880577724584": "👜", + "5431492767249342908": "🛒", + "5350497316203668441": "🚂", + "5350422527938141909": "🛥", + "5418196338774907917": "🏔", + "5350648297189023928": "🏕", + "5309832892262654231": "🤖", + "5350751634102166060": "🪩", + "5377624166436445368": "🎟", + "5386395194029515402": "🏴‍☠️", + "5350387571199319521": "🗳", + "5357419403325481346": "🎓", + "5368585403467048206": "🔭", + "5377580546748588396": "🔬", + "5377317729109811382": "🎶", + "5382003830487523366": "🎤", + "5357298525765902091": "🕺", + "5357370526597653193": "💃", + "5357188789351490453": "🪖", + "5348227245599105972": "💼", + "5411138633765757782": "🧪", + "5386435923204382258": "👨‍👩‍👧‍👦", + "5377675010259297233": "👶", + "5386609083400856174": "🤰", + "5368808634392257474": "💅", + "5350548830041415279": "🏛", + "5355127101970194557": "🧮", + "5386379624773066504": "🖨", + "5377494501373780436": "👮‍♂️", + "5350307998340226571": "🩺", + "5310094636159607472": "💊", + "5310139157790596888": "💉", + "5377468357907849200": "🧼", + "5418115271267197333": "🪪", + "5372819184658949787": "🛃", + "5350344462612570293": "🍽", + "5384574037701696503": "🐟", + "5310039132297242441": "🎨", + "5350658016700013471": "🎭", + "5357504778685392027": "🎩", + "5350367161514732241": "🔮", + "5350520238444126134": "🍹", + "5310132165583840589": "🎂", + "5350392020785437399": "☕️", + "5350406176997646350": "🍣", + "5350403544182694064": "🍔", + "5350444672789519765": "🍕", + "5312424913615723286": "🦠", + "5417915203100613993": "💬", + "5312054580060625569": "🎄", + "5309744892677727325": "🎃", + "5238156910363950406": "✍️", + "5235579393115438657": "⭐️", + "5237699328843200968": "✅", + "5238027455754680851": "🎖", + "5238234236955148254": "🤡", + "5237889595894414384": "🧠", + "5237999392438371490": "🦮", + "5235912661102773458": "🐈" +} diff --git a/docs/results/Telegram/GetBotInformation.log b/docs/results/Telegram/GetBotInformation.log new file mode 100644 index 0000000000..55a698e6a2 --- /dev/null +++ b/docs/results/Telegram/GetBotInformation.log @@ -0,0 +1,13 @@ + { + "ok": true, + "result": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot", + "can_join_groups": true, + "can_read_all_group_messages": false, + "supports_inline_queries": false, + "can_connect_to_business": false + } +} diff --git a/docs/results/Telegram/GetParticipantCount.log b/docs/results/Telegram/GetParticipantCount.log new file mode 100644 index 0000000000..b08d315ec2 --- /dev/null +++ b/docs/results/Telegram/GetParticipantCount.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": 2 +} diff --git a/docs/results/Telegram/GetUpdates.log b/docs/results/Telegram/GetUpdates.log new file mode 100644 index 0000000000..7654d13a98 --- /dev/null +++ b/docs/results/Telegram/GetUpdates.log @@ -0,0 +1,327 @@ + { + "ok": true, + "result": [ + { + "update_id": 291366286, + "channel_post": { + "message_id": 5040, + "sender_chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "date": 1717745993, + "pinned_message": { + "message_id": 5025, + "sender_chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "date": 1717745800, + "text": "Строковое значение" + } + } + }, + { + "update_id": 291366287, + "message": { + "message_id": 2728, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746013, + "message_thread_id": 2728, + "forum_topic_created": { + "name": "TestTopic d1c76909-f602-402f-b04c-289527e75a98", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + } + }, + { + "update_id": 291366288, + "message": { + "message_id": 2730, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746014, + "message_thread_id": 2728, + "reply_to_message": { + "message_id": 2728, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746013, + "message_thread_id": 2728, + "forum_topic_created": { + "name": "TestTopic d1c76909-f602-402f-b04c-289527e75a98", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + }, + "forum_topic_edited": { + "name": "NewTestTitle", + "icon_custom_emoji_id": "5310132165583840589" + }, + "is_topic_message": true + } + }, + { + "update_id": 291366289, + "message": { + "message_id": 2731, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746019, + "forum_topic_reopened": {} + } + }, + { + "update_id": 291366290, + "message": { + "message_id": 2732, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746019, + "forum_topic_closed": {} + } + }, + { + "update_id": 291366291, + "message": { + "message_id": 2733, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746020, + "message_thread_id": 2728, + "reply_to_message": { + "message_id": 2728, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746013, + "message_thread_id": 2728, + "forum_topic_created": { + "name": "TestTopic d1c76909-f602-402f-b04c-289527e75a98", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + }, + "forum_topic_closed": {}, + "is_topic_message": true + } + }, + { + "update_id": 291366292, + "message": { + "message_id": 2734, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746041, + "forum_topic_reopened": {} + } + }, + { + "update_id": 291366293, + "message": { + "message_id": 2735, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746041, + "message_thread_id": 2728, + "reply_to_message": { + "message_id": 2728, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746013, + "message_thread_id": 2728, + "forum_topic_created": { + "name": "TestTopic d1c76909-f602-402f-b04c-289527e75a98", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + }, + "forum_topic_reopened": {}, + "is_topic_message": true + } + }, + { + "update_id": 291366294, + "message": { + "message_id": 2736, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746089, + "forum_topic_edited": { + "name": "New main thread name e100c896-da48-4c75-b80e-4908535d71f0" + } + } + }, + { + "update_id": 291366295, + "message": { + "message_id": 2737, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746095, + "general_forum_topic_hidden": {} + } + }, + { + "update_id": 291366296, + "message": { + "message_id": 2738, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717746100, + "general_forum_topic_unhidden": {} + } + } + ] +} diff --git a/docs/results/Telegram/HideMainForumTopic.log b/docs/results/Telegram/HideMainForumTopic.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/HideMainForumTopic.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/OpenForumThread.log b/docs/results/Telegram/OpenForumThread.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/OpenForumThread.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/PinMessage.log b/docs/results/Telegram/PinMessage.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/PinMessage.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/SendAudio.log b/docs/results/Telegram/SendAudio.log new file mode 100644 index 0000000000..e0e8837b33 --- /dev/null +++ b/docs/results/Telegram/SendAudio.log @@ -0,0 +1,31 @@ + { + "ok": true, + "result": { + "message_id": 4987, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780127, + "audio": { + "duration": 228, + "file_name": "audio", + "mime_type": "audio/mpeg", + "title": "Dogs", + "performer": "Motorhead", + "file_id": "CQACAgIAAxkDAAITe2ZjPp8kFhMBXGz-9tqQOEdFS4ndAAIRVwACy0oYS8Q4ZnclQX9CNQQ", + "file_unique_id": "AgADEVcAAstKGEs", + "file_size": 9229352 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendContact.log b/docs/results/Telegram/SendContact.log new file mode 100644 index 0000000000..bcd60c8542 --- /dev/null +++ b/docs/results/Telegram/SendContact.log @@ -0,0 +1,25 @@ + { + "ok": true, + "result": { + "message_id": 4993, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780171, + "contact": { + "phone_number": "88005553535", + "first_name": "Петр", + "last_name": "Петров" + } + } +} diff --git a/docs/results/Telegram/SendDocument.log b/docs/results/Telegram/SendDocument.log new file mode 100644 index 0000000000..ceb7d05506 --- /dev/null +++ b/docs/results/Telegram/SendDocument.log @@ -0,0 +1,28 @@ + { + "ok": true, + "result": { + "message_id": 4988, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780141, + "document": { + "file_name": "document.docx", + "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "file_id": "BQACAgIAAxkDAAITfGZjPq16iNqNX6LkJzZfMxEVdKWsAAISVwACy0oYS6j6zg1SfjdRNQQ", + "file_unique_id": "AgADElcAAstKGEs", + "file_size": 24069 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendGif.log b/docs/results/Telegram/SendGif.log new file mode 100644 index 0000000000..03970f6196 --- /dev/null +++ b/docs/results/Telegram/SendGif.log @@ -0,0 +1,66 @@ + { + "ok": true, + "result": { + "message_id": 4989, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780148, + "animation": { + "file_name": "animation.gif.mp4", + "mime_type": "video/mp4", + "duration": 3, + "width": 220, + "height": 220, + "thumbnail": { + "file_id": "AAMCAgADGQMAAhN9ZmM-tJCCMcYFWzuhKAABMTUhnMlIAAITVwACy0oYS9QPZOVtmKIOAQAHbQADNQQ", + "file_unique_id": "AQADE1cAAstKGEty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhN9ZmM-tJCCMcYFWzuhKAABMTUhnMlIAAITVwACy0oYS9QPZOVtmKIOAQAHbQADNQQ", + "file_unique_id": "AQADE1cAAstKGEty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "file_id": "CgACAgIAAxkDAAITfWZjPrSQgjHGBVs7oSgAATE1IZzJSAACE1cAAstKGEvUD2TlbZiiDjUE", + "file_unique_id": "AgADE1cAAstKGEs", + "file_size": 85157 + }, + "document": { + "file_name": "animation.gif.mp4", + "mime_type": "video/mp4", + "thumbnail": { + "file_id": "AAMCAgADGQMAAhN9ZmM-tJCCMcYFWzuhKAABMTUhnMlIAAITVwACy0oYS9QPZOVtmKIOAQAHbQADNQQ", + "file_unique_id": "AQADE1cAAstKGEty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhN9ZmM-tJCCMcYFWzuhKAABMTUhnMlIAAITVwACy0oYS9QPZOVtmKIOAQAHbQADNQQ", + "file_unique_id": "AQADE1cAAstKGEty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "file_id": "CgACAgIAAxkDAAITfWZjPrSQgjHGBVs7oSgAATE1IZzJSAACE1cAAstKGEvUD2TlbZiiDjUE", + "file_unique_id": "AgADE1cAAstKGEs", + "file_size": 85157 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendImage.log b/docs/results/Telegram/SendImage.log new file mode 100644 index 0000000000..0eb0310240 --- /dev/null +++ b/docs/results/Telegram/SendImage.log @@ -0,0 +1,58 @@ + { + "ok": true, + "result": { + "message_id": 4985, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780100, + "photo": [ + { + "file_id": "AgACAgIAAxkDAAITeWZjPoRr0L0N5mNw5I9eIX_UqcOKAAKa2TEbvv6xSgxyd39G8AuyAQADAgADcwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp4", + "file_size": 1568, + "width": 90, + "height": 67 + }, + { + "file_id": "AgACAgIAAxkDAAITeWZjPoRr0L0N5mNw5I9eIX_UqcOKAAKa2TEbvv6xSgxyd39G8AuyAQADAgADbQADNQQ", + "file_unique_id": "AQADmtkxG77-sUpy", + "file_size": 21633, + "width": 320, + "height": 240 + }, + { + "file_id": "AgACAgIAAxkDAAITeWZjPoRr0L0N5mNw5I9eIX_UqcOKAAKa2TEbvv6xSgxyd39G8AuyAQADAgADeAADNQQ", + "file_unique_id": "AQADmtkxG77-sUp9", + "file_size": 99260, + "width": 800, + "height": 600 + }, + { + "file_id": "AgACAgIAAxkDAAITeWZjPoRr0L0N5mNw5I9eIX_UqcOKAAKa2TEbvv6xSgxyd39G8AuyAQADAgADeQADNQQ", + "file_unique_id": "AQADmtkxG77-sUp-", + "file_size": 218651, + "width": 1280, + "height": 960 + }, + { + "file_id": "AgACAgIAAxkDAAITeWZjPoRr0L0N5mNw5I9eIX_UqcOKAAKa2TEbvv6xSgxyd39G8AuyAQADAgADdwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp8", + "file_size": 650214, + "width": 2560, + "height": 1920 + } + ], + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendLocation.log b/docs/results/Telegram/SendLocation.log new file mode 100644 index 0000000000..37fee37860 --- /dev/null +++ b/docs/results/Telegram/SendLocation.log @@ -0,0 +1,24 @@ + { + "ok": true, + "result": { + "message_id": 4992, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780165, + "location": { + "latitude": 48.873739, + "longitude": 48.873733 + } + } +} diff --git a/docs/results/Telegram/SendMediaGroup.log b/docs/results/Telegram/SendMediaGroup.log new file mode 100644 index 0000000000..1f27dcac9d --- /dev/null +++ b/docs/results/Telegram/SendMediaGroup.log @@ -0,0 +1,103 @@ + { + "ok": true, + "result": [ + { + "message_id": 4990, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780159, + "media_group_id": "13742241272996994", + "photo": [ + { + "file_id": "AgACAgIAAxkDAAITfmZjPr899iVJCax1BUYLJ6BWZEG6AAKa2TEbvv6xSgxyd39G8AuyAQADAgADcwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp4", + "file_size": 1568, + "width": 90, + "height": 67 + }, + { + "file_id": "AgACAgIAAxkDAAITfmZjPr899iVJCax1BUYLJ6BWZEG6AAKa2TEbvv6xSgxyd39G8AuyAQADAgADbQADNQQ", + "file_unique_id": "AQADmtkxG77-sUpy", + "file_size": 21633, + "width": 320, + "height": 240 + }, + { + "file_id": "AgACAgIAAxkDAAITfmZjPr899iVJCax1BUYLJ6BWZEG6AAKa2TEbvv6xSgxyd39G8AuyAQADAgADeAADNQQ", + "file_unique_id": "AQADmtkxG77-sUp9", + "file_size": 99260, + "width": 800, + "height": 600 + }, + { + "file_id": "AgACAgIAAxkDAAITfmZjPr899iVJCax1BUYLJ6BWZEG6AAKa2TEbvv6xSgxyd39G8AuyAQADAgADeQADNQQ", + "file_unique_id": "AQADmtkxG77-sUp-", + "file_size": 218651, + "width": 1280, + "height": 960 + }, + { + "file_id": "AgACAgIAAxkDAAITfmZjPr899iVJCax1BUYLJ6BWZEG6AAKa2TEbvv6xSgxyd39G8AuyAQADAgADdwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp8", + "file_size": 650214, + "width": 2560, + "height": 1920 + } + ], + "caption": "Строковое значение" + }, + { + "message_id": 4991, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780159, + "media_group_id": "13742241272996994", + "video": { + "duration": 5, + "width": 640, + "height": 480, + "file_name": "video1", + "mime_type": "video/mp4", + "thumbnail": { + "file_id": "AAMCAgADGQMAAhN_ZmM-v7NFuiV1hfKUdpw51dF1sGEAAhVXAALLShhL-x0E2zl18tIBAAdtAAM1BA", + "file_unique_id": "AQADFVcAAstKGEty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhN_ZmM-v7NFuiV1hfKUdpw51dF1sGEAAhVXAALLShhL-x0E2zl18tIBAAdtAAM1BA", + "file_unique_id": "AQADFVcAAstKGEty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "file_id": "BAACAgIAAxkDAAITf2ZjPr-zRboldYXylHacOdXRdbBhAAIVVwACy0oYS_sdBNs5dfLSNQQ", + "file_unique_id": "AgADFVcAAstKGEs", + "file_size": 1137878 + } + } + ] +} diff --git a/docs/results/Telegram/SendPoll.log b/docs/results/Telegram/SendPoll.log new file mode 100644 index 0000000000..6164afc378 --- /dev/null +++ b/docs/results/Telegram/SendPoll.log @@ -0,0 +1,47 @@ + { + "ok": true, + "result": { + "message_id": 4994, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780197, + "poll": { + "id": "5411157188024470412", + "question": "What's your favorite color?", + "options": [ + { + "text": "Red", + "voter_count": 0 + }, + { + "text": "Yellow", + "voter_count": 0 + }, + { + "text": "Green", + "voter_count": 0 + }, + { + "text": "Blue", + "voter_count": 0 + } + ], + "total_voter_count": 0, + "is_closed": false, + "is_anonymous": false, + "type": "regular", + "allows_multiple_answers": false + } + } +} diff --git a/docs/results/Telegram/SendTextMessage.log b/docs/results/Telegram/SendTextMessage.log new file mode 100644 index 0000000000..7e77791557 --- /dev/null +++ b/docs/results/Telegram/SendTextMessage.log @@ -0,0 +1,21 @@ + { + "ok": true, + "result": { + "message_id": 4984, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780088, + "text": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendVideo.log b/docs/results/Telegram/SendVideo.log new file mode 100644 index 0000000000..4314e20ebc --- /dev/null +++ b/docs/results/Telegram/SendVideo.log @@ -0,0 +1,45 @@ + { + "ok": true, + "result": { + "message_id": 4986, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717780110, + "video": { + "duration": 5, + "width": 640, + "height": 480, + "file_name": "video", + "mime_type": "video/mp4", + "thumbnail": { + "file_id": "AAMCAgADGQMAAhN6ZmM-jiOD6XyvAlXTBi-7wxhxoq4AAhBXAALLShhL6KZG5UqUpRwBAAdtAAM1BA", + "file_unique_id": "AQADEFcAAstKGEty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhN6ZmM-jiOD6XyvAlXTBi-7wxhxoq4AAhBXAALLShhL6KZG5UqUpRwBAAdtAAM1BA", + "file_unique_id": "AQADEFcAAstKGEty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "file_id": "BAACAgIAAxkDAAITemZjPo4jg-l8rwJV0wYvu8MYcaKuAAIQVwACy0oYS-imRuVKlKUcNQQ", + "file_unique_id": "AgADEFcAAstKGEs", + "file_size": 1137878 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SetWebhook.log b/docs/results/Telegram/SetWebhook.log new file mode 100644 index 0000000000..a9f707006d --- /dev/null +++ b/docs/results/Telegram/SetWebhook.log @@ -0,0 +1,5 @@ + { + "ok": true, + "result": true, + "description": "Webhook was set" +} diff --git a/docs/results/Telegram/ShowMainForumTopic.log b/docs/results/Telegram/ShowMainForumTopic.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/ShowMainForumTopic.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/Telegram/Unban.log b/docs/results/Telegram/Unban.log new file mode 100644 index 0000000000..9e8fdee21c --- /dev/null +++ b/docs/results/Telegram/Unban.log @@ -0,0 +1,5 @@ + { + "ok": false, + "error_code": 400, + "description": "Bad Request: can't remove chat owner" +} diff --git a/docs/results/Telegram/UnpinMessage.log b/docs/results/Telegram/UnpinMessage.log new file mode 100644 index 0000000000..c27d710780 --- /dev/null +++ b/docs/results/Telegram/UnpinMessage.log @@ -0,0 +1,4 @@ + { + "ok": true, + "result": true +} diff --git a/docs/results/VK/CloseDiscussion.log b/docs/results/VK/CloseDiscussion.log new file mode 100644 index 0000000000..c60cc18701 --- /dev/null +++ b/docs/results/VK/CloseDiscussion.log @@ -0,0 +1,3 @@ + { + "response": 1 +} diff --git a/docs/results/VK/CreateAlbum.log b/docs/results/VK/CreateAlbum.log new file mode 100644 index 0000000000..6aebbb775c --- /dev/null +++ b/docs/results/VK/CreateAlbum.log @@ -0,0 +1,17 @@ + { + "response": { + "id": 304596822, + "owner_id": -218861756, + "size": 0, + "title": "AlbumFromAutoTest", + "feed_disabled": 0, + "feed_has_pinned": 0, + "can_upload": 1, + "comments_disabled": 0, + "created": 1717780116, + "description": "NewAlbumFromAutoTest", + "thumb_id": 0, + "updated": 1717780116, + "upload_by_admins_only": 1 + } +} diff --git a/docs/results/VK/CreateCompositePost.log b/docs/results/VK/CreateCompositePost.log new file mode 100644 index 0000000000..5a53a49623 --- /dev/null +++ b/docs/results/VK/CreateCompositePost.log @@ -0,0 +1,5 @@ + { + "response": { + "post_id": 2365 + } +} diff --git a/docs/results/VK/CreateDiscussion.log b/docs/results/VK/CreateDiscussion.log new file mode 100644 index 0000000000..d0ef2ef7e9 --- /dev/null +++ b/docs/results/VK/CreateDiscussion.log @@ -0,0 +1,3 @@ + { + "response": 51232153 +} diff --git a/docs/results/VK/CreatePoll.log b/docs/results/VK/CreatePoll.log new file mode 100644 index 0000000000..412d5326c9 --- /dev/null +++ b/docs/results/VK/CreatePoll.log @@ -0,0 +1,5 @@ + { + "response": { + "post_id": 2366 + } +} diff --git a/docs/results/VK/CreatePost.log b/docs/results/VK/CreatePost.log new file mode 100644 index 0000000000..900eccb016 --- /dev/null +++ b/docs/results/VK/CreatePost.log @@ -0,0 +1,5 @@ + { + "response": { + "post_id": 2362 + } +} diff --git a/docs/results/VK/CreateStory.log b/docs/results/VK/CreateStory.log new file mode 100644 index 0000000000..9f6ac9b42b --- /dev/null +++ b/docs/results/VK/CreateStory.log @@ -0,0 +1,93 @@ + { + "response": { + "count": 1, + "items": [ + { + "id": 456239536, + "owner_id": -218861756, + "access_key": "story", + "can_comment": 1, + "can_reply": 1, + "can_see": 1, + "can_like": true, + "can_share": 1, + "can_hide": 1, + "date": 1717780143, + "expires_at": 1717866543, + "link": { + "text": "Ещё", + "url": "https://github.com/Bayselonarrend/OpenIntegrations" + }, + "photo": { + "album_id": -81, + "date": 1717780143, + "id": 457244472, + "owner_id": -218861756, + "sizes": [ + { + "height": 56, + "type": "s", + "width": 75, + "url": "https://sun6-20.userapi.com/s/v1/ig2/TUrQJn6Un8LHB0aNIOPtaqEt3K_J4tZbV2notqyJ1TUyHCj9m-bbiOZKm1u07WpGGAZfH1LFXbg95EM-uS0JHKX9.jpg?size=75x56&quality=95&type=story" + }, + { + "height": 97, + "type": "m", + "width": 130, + "url": "https://sun6-20.userapi.com/s/v1/ig2/lASmJS8sUOYvtmSKkFOsBGNIWpcqoqenWSBOdBHSXQE9PuZjUx_aVVA3Zd6DOV08nssSEYQgXJ6Vam6TiPx2Lcpm.jpg?size=130x97&quality=95&type=story" + }, + { + "height": 192, + "type": "j", + "width": 256, + "url": "https://sun6-20.userapi.com/s/v1/ig2/mmYPgPQo3uRxhAH1qIKIijT-5j87fr0A5PEe1X8k3kdo5MmagHYZIdECvXyFL9KubVsKzTZTWFJSQgskL5a09dhS.jpg?size=256x192&quality=95&type=story" + }, + { + "height": 453, + "type": "x", + "width": 604, + "url": "https://sun6-20.userapi.com/s/v1/ig2/APnAEUFfn6z-WwqFWAM0_jbv9cRo4zrIPx3RSFrsSNdh8bXpv6438yZqB_BDM3pMfSfl6Gsx751T7mJ8yEf_zCi9.jpg?size=604x453&quality=95&type=story" + }, + { + "height": 605, + "type": "y", + "width": 807, + "url": "https://sun6-20.userapi.com/s/v1/ig2/vou57hqLWC875j9nOB1HbiEWaVcSXCHmxNlyzyKEyKv6UO97Mm67PyKNftSvW0RvaHARFvl7Hc9noOv2TAV8Tq6X.jpg?size=807x605&quality=95&type=story" + }, + { + "height": 960, + "type": "z", + "width": 1280, + "url": "https://sun6-20.userapi.com/s/v1/ig2/WGh4yRLRWsT4baZUDXiIUZU90sFYcZKcme9nnAPSy8CW_uYDQRDQSy8s0SkNRDEBteCyRBPG0Ka7tPwRQzp5M6Cx.jpg?size=1280x960&quality=95&type=story" + }, + { + "height": 1920, + "type": "w", + "width": 2560, + "url": "https://sun6-20.userapi.com/s/v1/ig2/QugTL2gH3oV88GUPKhP1GOUfKWONc8iSt_v-Qt6TOsmioQPJ9nyq4L2a1yBHu2eSJKjsql1VhMtEx6wpt3fVVnly.jpg?size=2560x1920&quality=95&type=story" + } + ], + "text": "", + "user_id": 100, + "web_view_token": "89bdfb7fb8cf2d0062", + "has_tags": false + }, + "replies": { + "count": 0, + "new": 0 + }, + "is_one_time": false, + "track_code": "story/3AAQAdLy9G9EAs4bMamwA84nNfHkBAAFoAagB6AIAA==", + "type": "photo", + "views": 0, + "likes_count": 0, + "reaction_set_id": "reactions", + "no_sound": false, + "can_ask": 0, + "can_ask_anonymous": 0, + "narratives_count": 0, + "can_use_in_narrative": true + } + ] + } +} diff --git a/docs/results/VK/CreateTokenRetrievalLink.log b/docs/results/VK/CreateTokenRetrievalLink.log new file mode 100644 index 0000000000..a815f0251b --- /dev/null +++ b/docs/results/VK/CreateTokenRetrievalLink.log @@ -0,0 +1 @@ + "https://oauth.vk.com/authorize?client_id=51694790&scope=offline,wall,groups,photos,stats,stories,ads,market,video&v=5.131&response_type=token&redirect_uri=https://api.vk.com/blank.html" diff --git a/docs/results/VK/DeleteAlbum.log b/docs/results/VK/DeleteAlbum.log new file mode 100644 index 0000000000..c60cc18701 --- /dev/null +++ b/docs/results/VK/DeleteAlbum.log @@ -0,0 +1,3 @@ + { + "response": 1 +} diff --git a/docs/results/VK/DeleteImage.log b/docs/results/VK/DeleteImage.log new file mode 100644 index 0000000000..c60cc18701 --- /dev/null +++ b/docs/results/VK/DeleteImage.log @@ -0,0 +1,3 @@ + { + "response": 1 +} diff --git a/docs/results/VK/DeletePost.log b/docs/results/VK/DeletePost.log new file mode 100644 index 0000000000..c60cc18701 --- /dev/null +++ b/docs/results/VK/DeletePost.log @@ -0,0 +1,3 @@ + { + "response": 1 +} diff --git a/docs/results/VK/OpenDiscussion.log b/docs/results/VK/OpenDiscussion.log new file mode 100644 index 0000000000..c60cc18701 --- /dev/null +++ b/docs/results/VK/OpenDiscussion.log @@ -0,0 +1,3 @@ + { + "response": 1 +} diff --git a/docs/results/VK/SaveImageToAlbum.log b/docs/results/VK/SaveImageToAlbum.log new file mode 100644 index 0000000000..6297871927 --- /dev/null +++ b/docs/results/VK/SaveImageToAlbum.log @@ -0,0 +1,76 @@ + { + "response": [ + { + "album_id": 304596822, + "date": 1717780119, + "id": 457244470, + "owner_id": -218861756, + "sizes": [ + { + "height": 56, + "type": "s", + "width": 75, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=75x56&quality=96&sign=34fd80e0a649ff6956f2d185acfe4e41&c_uniq_tag=MpOCZPBWL6Dr2l-RkS9ywikt2OA2uMr6L49Vbp05GJI&type=album" + }, + { + "height": 97, + "type": "m", + "width": 130, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=130x97&quality=96&sign=310701ec89d5e220e9489ceadc0694f1&c_uniq_tag=dDu6PwEqok_HAhZSR-J4e7WGS4IPmVeCHBsjKjwIqCU&type=album" + }, + { + "height": 453, + "type": "x", + "width": 604, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=604x453&quality=96&sign=d0bda47d9980e5f101ba6983e25d3614&c_uniq_tag=69IF3L4PgaVuXudwLFDLr0wTb21ysfebvSW0RB6tvpI&type=album" + }, + { + "height": 605, + "type": "y", + "width": 807, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=807x605&quality=96&sign=cb5f70585719a02df0d082e1cf5568f7&c_uniq_tag=2RbGKW7f90FTOcmq_EKkpRdfqEUM3q0i5PNB6_LpYJE&type=album" + }, + { + "height": 960, + "type": "z", + "width": 1280, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=1280x960&quality=96&sign=692266ebd77cd75c5556295d9f2e85c0&c_uniq_tag=CiROCeugPIod7K81vCZ6YuGWxY8e3ZxhIqTU_tZPMEY&type=album" + }, + { + "height": 1920, + "type": "w", + "width": 2560, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=2560x1920&quality=96&sign=193744021dfe3dab49ac0cec153a39cb&c_uniq_tag=qtHC-nyvt2-oE3LAEXkU5Tv3oYmuw2KWmrDyzN-2BoE&type=album" + }, + { + "height": 97, + "type": "o", + "width": 130, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=130x97&quality=96&sign=310701ec89d5e220e9489ceadc0694f1&c_uniq_tag=dDu6PwEqok_HAhZSR-J4e7WGS4IPmVeCHBsjKjwIqCU&type=album" + }, + { + "height": 150, + "type": "p", + "width": 200, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=200x150&quality=96&sign=b5f8faaefa12c040299dc491f4638d1d&c_uniq_tag=zZTRvfDd2KnvsAYEPC2CdmlokAxnqZowgbhsRAc5utM&type=album" + }, + { + "height": 240, + "type": "q", + "width": 320, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=320x240&quality=96&sign=d81cba078391b35622de3abc1eb55530&c_uniq_tag=3dIYI2t3NjpUiDIV68fySgFBWn5FEL8J9NiWq0Q5x9s&type=album" + }, + { + "height": 382, + "type": "r", + "width": 510, + "url": "https://sun9-38.userapi.com/impg/ejNe0jcXKF-JoKZdXKCs97GJjsJh4ZGE0iH8KQ/VzIvwucJ7dc.jpg?size=510x382&quality=96&sign=303cf43ccb5df8976e3b7178205d23d6&c_uniq_tag=Zk27qDagndf7WBfoe5RpITuFtPX38_RSZTMuMheOHjg&type=album" + } + ], + "text": "AutoTestImage", + "user_id": 100, + "web_view_token": "5c76de234bdd67e0da", + "has_tags": false + } + ] +} diff --git a/docs/results/VK/WriteInDiscussion.log b/docs/results/VK/WriteInDiscussion.log new file mode 100644 index 0000000000..b46b233511 --- /dev/null +++ b/docs/results/VK/WriteInDiscussion.log @@ -0,0 +1,3 @@ + { + "response": 790 +}