From 18e6af391df2533298d22ef0c120a44aa5de3db7 Mon Sep 17 00:00:00 2001 From: Vitaly the Alpaca Date: Wed, 5 Jun 2024 13:37:32 +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 3385 -> 3384 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 c4b41d83f014c2b3bd94afe3cd6b9acd77489487..7fb390b825282d3bc5a6271b28f9e74cc041dc72 100644 GIT binary patch literal 3384 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 PYnQciO*FB3s^%^FhNYAI diff --git a/docs/results/Dropbox/AddTag.log b/docs/results/Dropbox/AddTag.log new file mode 100644 index 000000000..fde108632 --- /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 000000000..fde108632 --- /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 000000000..1e81a27f2 --- /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 000000000..fde108632 --- /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 000000000..0ad06fa25 --- /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 000000000..d9b090bc0 --- /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-pT48AAAAAAAADEw", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:31:02Z", + "rev": "61a2493decc9abd841553", + "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 000000000..608019adc --- /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-pT48AAAAAAAADFQ" + } +} diff --git a/docs/results/Dropbox/DeleteObject.log b/docs/results/Dropbox/DeleteObject.log new file mode 100644 index 000000000..39cc58530 --- /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-pT48AAAAAAAADEQ", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:30:56Z", + "rev": "61a24938235a3bd841553", + "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 000000000..fde108632 --- /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 000000000..8c509eebd --- /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 000000000..639f24253 --- /dev/null +++ b/docs/results/Dropbox/DownloadFolder.log @@ -0,0 +1 @@ + NOT JSON: 50 4B 03 04 14 00 00 08 00 00 68 54 C5 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 64 3F 60 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 000000000..e2236bd81 --- /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-pT48AAAAAAAADEQ", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:30:54Z", + "rev": "61a24936ae65ebd841553", + "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 000000000..f8cd31da7 --- /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 000000000..84a5e5b23 --- /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 000000000..c8cdf87a6 --- /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-pT48AAAAAAAADEQ", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:30:13Z", + "rev": "61a2490f9d75bbd841553", + "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 000000000..0426b8e9e --- /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-pT48AAAAAAAADEQ", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:30:13Z", + "rev": "61a2490f9d75bbd841553", + "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 000000000..79a4745e4 --- /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 000000000..a8c6bb81c --- /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 000000000..41c36c4de --- /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 000000000..6fff492fd --- /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-pT48AAAAAAAADFA", + "client_modified": "2024-06-05T13:31:15Z", + "server_modified": "2024-06-05T13:31:16Z", + "rev": "61a2494b1d8e3bd841553", + "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 000000000..3db80650d --- /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/95xfntym1xeulqwxw49sj/h?dl=0", + "shared_folder_id": "5038609761", + "time_invited": "2024-06-05T13:33:40Z", + "access_inheritance": { + ".tag": "inherit" + }, + "folder_id": "id:kJU6-a-pT48AAAAAAAADEA" +} diff --git a/docs/results/Dropbox/RestoreObjectToVersion.log b/docs/results/Dropbox/RestoreObjectToVersion.log new file mode 100644 index 000000000..4758a91f9 --- /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-pT48AAAAAAAADEQ", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:30:13Z", + "rev": "61a2490f9d75bbd841553", + "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 000000000..4758a91f9 --- /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-pT48AAAAAAAADEQ", + "client_modified": "2024-06-05T13:30:13Z", + "server_modified": "2024-06-05T13:30:13Z", + "rev": "61a2490f9d75bbd841553", + "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 000000000..54f92224c --- /dev/null +++ b/docs/results/Dropbox/UploadFileByURL.log @@ -0,0 +1,4 @@ + { + ".tag": "async_job_id", + "async_job_id": "vab7CKwG2RQAAAAAAAAAAQ" +} diff --git a/docs/results/Telegram/Ban.log b/docs/results/Telegram/Ban.log new file mode 100644 index 000000000..9e8fdee21 --- /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 000000000..c27d71078 --- /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 000000000..c27d71078 --- /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 000000000..d8924fb1b --- /dev/null +++ b/docs/results/Telegram/CreateForumThread.log @@ -0,0 +1,9 @@ + { + "ok": true, + "result": { + "message_thread_id": 2695, + "name": "TestTopic 08f61896-66e3-4f3a-8355-347c5b632d97", + "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 000000000..94287e7f4 --- /dev/null +++ b/docs/results/Telegram/CreateInvitationLink.log @@ -0,0 +1,18 @@ + { + "ok": true, + "result": { + "invite_link": "https://t.me/+sWkNMGEjYxU1YjNi", + "name": "Link 06/05/2024 13:33:12", + "creator": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "expire_date": 1717677192, + "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 000000000..c27d71078 --- /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 000000000..4d62ad8cd --- /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 000000000..ef1c0813d --- /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 000000000..c27d71078 --- /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 000000000..c27d71078 --- /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 000000000..564d45575 --- /dev/null +++ b/docs/results/Telegram/ForwardMessage.log @@ -0,0 +1,40 @@ + { + "ok": true, + "result": { + "message_id": 4944, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594375, + "forward_origin": { + "type": "channel", + "chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "message_id": 4977, + "date": 1717594243 + }, + "forward_from_chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "forward_from_message_id": 4977, + "forward_date": 1717594243, + "text": "Строковое значение" + } +} diff --git a/docs/results/Telegram/GetAvatarIconList.log b/docs/results/Telegram/GetAvatarIconList.log new file mode 100644 index 000000000..a19ff80da --- /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 000000000..55a698e6a --- /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 000000000..b08d315ec --- /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 000000000..4491a361c --- /dev/null +++ b/docs/results/Telegram/GetUpdates.log @@ -0,0 +1,327 @@ + { + "ok": true, + "result": [ + { + "update_id": 291366242, + "channel_post": { + "message_id": 4976, + "sender_chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "date": 1717583727, + "pinned_message": { + "message_id": 4961, + "sender_chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "chat": { + "id": -1001893407333, + "title": "Тестовый канал", + "username": "testsichee", + "type": "channel" + }, + "date": 1717583551, + "text": "Строковое значение" + } + } + }, + { + "update_id": 291366243, + "message": { + "message_id": 2684, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583751, + "message_thread_id": 2684, + "forum_topic_created": { + "name": "Тестовая тема 20163bbd-ed4d-49a2-8301-8211c45d3196", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + } + }, + { + "update_id": 291366244, + "message": { + "message_id": 2686, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583752, + "message_thread_id": 2684, + "reply_to_message": { + "message_id": 2684, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583751, + "message_thread_id": 2684, + "forum_topic_created": { + "name": "Тестовая тема 20163bbd-ed4d-49a2-8301-8211c45d3196", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + }, + "forum_topic_edited": { + "name": "Новый тестовый заголовок", + "icon_custom_emoji_id": "5310132165583840589" + }, + "is_topic_message": true + } + }, + { + "update_id": 291366245, + "message": { + "message_id": 2687, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583757, + "forum_topic_reopened": {} + } + }, + { + "update_id": 291366246, + "message": { + "message_id": 2688, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583757, + "forum_topic_closed": {} + } + }, + { + "update_id": 291366247, + "message": { + "message_id": 2689, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583757, + "message_thread_id": 2684, + "reply_to_message": { + "message_id": 2684, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583751, + "message_thread_id": 2684, + "forum_topic_created": { + "name": "Тестовая тема 20163bbd-ed4d-49a2-8301-8211c45d3196", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + }, + "forum_topic_closed": {}, + "is_topic_message": true + } + }, + { + "update_id": 291366248, + "message": { + "message_id": 2690, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583783, + "forum_topic_reopened": {} + } + }, + { + "update_id": 291366249, + "message": { + "message_id": 2691, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583783, + "message_thread_id": 2684, + "reply_to_message": { + "message_id": 2684, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583751, + "message_thread_id": 2684, + "forum_topic_created": { + "name": "Тестовая тема 20163bbd-ed4d-49a2-8301-8211c45d3196", + "icon_color": 7322096, + "icon_custom_emoji_id": "5357419403325481346" + }, + "is_topic_message": true + }, + "forum_topic_reopened": {}, + "is_topic_message": true + } + }, + { + "update_id": 291366250, + "message": { + "message_id": 2692, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583840, + "forum_topic_edited": { + "name": "Новое имя главной темы 875aebe6-12c8-45b6-bfe9-a69195752489" + } + } + }, + { + "update_id": 291366251, + "message": { + "message_id": 2693, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583847, + "general_forum_topic_hidden": {} + } + }, + { + "update_id": 291366252, + "message": { + "message_id": 2694, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": -1001971186208, + "title": "Тест", + "is_forum": true, + "type": "supergroup" + }, + "date": 1717583852, + "general_forum_topic_unhidden": {} + } + } + ] +} diff --git a/docs/results/Telegram/HideMainForumTopic.log b/docs/results/Telegram/HideMainForumTopic.log new file mode 100644 index 000000000..c27d71078 --- /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 000000000..c27d71078 --- /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 000000000..c27d71078 --- /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 000000000..1147fe9f5 --- /dev/null +++ b/docs/results/Telegram/SendAudio.log @@ -0,0 +1,31 @@ + { + "ok": true, + "result": { + "message_id": 4936, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594293, + "audio": { + "duration": 228, + "file_name": "audio", + "mime_type": "audio/mpeg", + "title": "Dogs", + "performer": "Motorhead", + "file_id": "CQACAgIAAxkDAAITSGZgaLTNbxObUoWmlibPRJkoTXxbAAKLTAACBlMBS69wQrpUaJtqNQQ", + "file_unique_id": "AgADi0wAAgZTAUs", + "file_size": 9229352 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendContact.log b/docs/results/Telegram/SendContact.log new file mode 100644 index 000000000..1a21f0fdc --- /dev/null +++ b/docs/results/Telegram/SendContact.log @@ -0,0 +1,25 @@ + { + "ok": true, + "result": { + "message_id": 4942, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594341, + "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 000000000..2e910daf8 --- /dev/null +++ b/docs/results/Telegram/SendDocument.log @@ -0,0 +1,28 @@ + { + "ok": true, + "result": { + "message_id": 4937, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594309, + "document": { + "file_name": "document.docx", + "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "file_id": "BQACAgIAAxkDAAITSWZgaMW56Eg918hH4GLtrsbzSPBjAAKNTAACBlMBS4aPiWERFmimNQQ", + "file_unique_id": "AgADjUwAAgZTAUs", + "file_size": 24069 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendGif.log b/docs/results/Telegram/SendGif.log new file mode 100644 index 000000000..73b609c0b --- /dev/null +++ b/docs/results/Telegram/SendGif.log @@ -0,0 +1,66 @@ + { + "ok": true, + "result": { + "message_id": 4938, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594317, + "animation": { + "file_name": "animation.gif.mp4", + "mime_type": "video/mp4", + "duration": 3, + "width": 220, + "height": 220, + "thumbnail": { + "file_id": "AAMCAgADGQMAAhNKZmBozQuJxGSzxa_DQ8M51SWLaWAAAo5MAAIGUwFLH6KnXa1Dcg0BAAdtAAM1BA", + "file_unique_id": "AQADjkwAAgZTAUty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhNKZmBozQuJxGSzxa_DQ8M51SWLaWAAAo5MAAIGUwFLH6KnXa1Dcg0BAAdtAAM1BA", + "file_unique_id": "AQADjkwAAgZTAUty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "file_id": "CgACAgIAAxkDAAITSmZgaM0LicRks8Wvw0PDOdUli2lgAAKOTAACBlMBSx-ip12tQ3INNQQ", + "file_unique_id": "AgADjkwAAgZTAUs", + "file_size": 84941 + }, + "document": { + "file_name": "animation.gif.mp4", + "mime_type": "video/mp4", + "thumbnail": { + "file_id": "AAMCAgADGQMAAhNKZmBozQuJxGSzxa_DQ8M51SWLaWAAAo5MAAIGUwFLH6KnXa1Dcg0BAAdtAAM1BA", + "file_unique_id": "AQADjkwAAgZTAUty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhNKZmBozQuJxGSzxa_DQ8M51SWLaWAAAo5MAAIGUwFLH6KnXa1Dcg0BAAdtAAM1BA", + "file_unique_id": "AQADjkwAAgZTAUty", + "file_size": 11352, + "width": 220, + "height": 220 + }, + "file_id": "CgACAgIAAxkDAAITSmZgaM0LicRks8Wvw0PDOdUli2lgAAKOTAACBlMBSx-ip12tQ3INNQQ", + "file_unique_id": "AgADjkwAAgZTAUs", + "file_size": 84941 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendImage.log b/docs/results/Telegram/SendImage.log new file mode 100644 index 000000000..b0227cd58 --- /dev/null +++ b/docs/results/Telegram/SendImage.log @@ -0,0 +1,58 @@ + { + "ok": true, + "result": { + "message_id": 4934, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594257, + "photo": [ + { + "file_id": "AgACAgIAAxkDAAITRmZgaJGRZVotT_qmUVgBks0qsu5fAAKa2TEbvv6xSgxyd39G8AuyAQADAgADcwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp4", + "file_size": 1568, + "width": 90, + "height": 67 + }, + { + "file_id": "AgACAgIAAxkDAAITRmZgaJGRZVotT_qmUVgBks0qsu5fAAKa2TEbvv6xSgxyd39G8AuyAQADAgADbQADNQQ", + "file_unique_id": "AQADmtkxG77-sUpy", + "file_size": 21633, + "width": 320, + "height": 240 + }, + { + "file_id": "AgACAgIAAxkDAAITRmZgaJGRZVotT_qmUVgBks0qsu5fAAKa2TEbvv6xSgxyd39G8AuyAQADAgADeAADNQQ", + "file_unique_id": "AQADmtkxG77-sUp9", + "file_size": 99260, + "width": 800, + "height": 600 + }, + { + "file_id": "AgACAgIAAxkDAAITRmZgaJGRZVotT_qmUVgBks0qsu5fAAKa2TEbvv6xSgxyd39G8AuyAQADAgADeQADNQQ", + "file_unique_id": "AQADmtkxG77-sUp-", + "file_size": 218651, + "width": 1280, + "height": 960 + }, + { + "file_id": "AgACAgIAAxkDAAITRmZgaJGRZVotT_qmUVgBks0qsu5fAAKa2TEbvv6xSgxyd39G8AuyAQADAgADdwADNQQ", + "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 000000000..1041644cf --- /dev/null +++ b/docs/results/Telegram/SendLocation.log @@ -0,0 +1,24 @@ + { + "ok": true, + "result": { + "message_id": 4941, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594335, + "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 000000000..f75b51e3d --- /dev/null +++ b/docs/results/Telegram/SendMediaGroup.log @@ -0,0 +1,103 @@ + { + "ok": true, + "result": [ + { + "message_id": 4939, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594328, + "media_group_id": "13740754631654554", + "photo": [ + { + "file_id": "AgACAgIAAxkDAAITS2ZgaNiskzwBobndwCsjifBl6gznAAKa2TEbvv6xSgxyd39G8AuyAQADAgADcwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp4", + "file_size": 1568, + "width": 90, + "height": 67 + }, + { + "file_id": "AgACAgIAAxkDAAITS2ZgaNiskzwBobndwCsjifBl6gznAAKa2TEbvv6xSgxyd39G8AuyAQADAgADbQADNQQ", + "file_unique_id": "AQADmtkxG77-sUpy", + "file_size": 21633, + "width": 320, + "height": 240 + }, + { + "file_id": "AgACAgIAAxkDAAITS2ZgaNiskzwBobndwCsjifBl6gznAAKa2TEbvv6xSgxyd39G8AuyAQADAgADeAADNQQ", + "file_unique_id": "AQADmtkxG77-sUp9", + "file_size": 99260, + "width": 800, + "height": 600 + }, + { + "file_id": "AgACAgIAAxkDAAITS2ZgaNiskzwBobndwCsjifBl6gznAAKa2TEbvv6xSgxyd39G8AuyAQADAgADeQADNQQ", + "file_unique_id": "AQADmtkxG77-sUp-", + "file_size": 218651, + "width": 1280, + "height": 960 + }, + { + "file_id": "AgACAgIAAxkDAAITS2ZgaNiskzwBobndwCsjifBl6gznAAKa2TEbvv6xSgxyd39G8AuyAQADAgADdwADNQQ", + "file_unique_id": "AQADmtkxG77-sUp8", + "file_size": 650214, + "width": 2560, + "height": 1920 + } + ], + "caption": "Строковое значение" + }, + { + "message_id": 4940, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594328, + "media_group_id": "13740754631654554", + "video": { + "duration": 5, + "width": 640, + "height": 480, + "file_name": "video1", + "mime_type": "video/mp4", + "thumbnail": { + "file_id": "AAMCAgADGQMAAhNMZmBo2FT0PM1Thl0QfjkQxIXedD0AAo9MAAIGUwFLxtjWJ_IR1qIBAAdtAAM1BA", + "file_unique_id": "AQADj0wAAgZTAUty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhNMZmBo2FT0PM1Thl0QfjkQxIXedD0AAo9MAAIGUwFLxtjWJ_IR1qIBAAdtAAM1BA", + "file_unique_id": "AQADj0wAAgZTAUty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "file_id": "BAACAgIAAxkDAAITTGZgaNhU9DzNU4ZdEH45EMSF3nQ9AAKPTAACBlMBS8bY1ifyEdaiNQQ", + "file_unique_id": "AgADj0wAAgZTAUs", + "file_size": 1137878 + } + } + ] +} diff --git a/docs/results/Telegram/SendPoll.log b/docs/results/Telegram/SendPoll.log new file mode 100644 index 000000000..9f326da3a --- /dev/null +++ b/docs/results/Telegram/SendPoll.log @@ -0,0 +1,47 @@ + { + "ok": true, + "result": { + "message_id": 4943, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594368, + "poll": { + "id": "5404692313056217132", + "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 000000000..57e9f7fe4 --- /dev/null +++ b/docs/results/Telegram/SendTextMessage.log @@ -0,0 +1,21 @@ + { + "ok": true, + "result": { + "message_id": 4933, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594242, + "text": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SendVideo.log b/docs/results/Telegram/SendVideo.log new file mode 100644 index 000000000..8dec07fd9 --- /dev/null +++ b/docs/results/Telegram/SendVideo.log @@ -0,0 +1,45 @@ + { + "ok": true, + "result": { + "message_id": 4935, + "from": { + "id": 6129457865, + "is_bot": true, + "first_name": "Бот Виталий", + "username": "sicheebot" + }, + "chat": { + "id": 461699897, + "first_name": "Anton", + "last_name": "Titowets", + "username": "JKIee", + "type": "private" + }, + "date": 1717594268, + "video": { + "duration": 5, + "width": 640, + "height": 480, + "file_name": "video", + "mime_type": "video/mp4", + "thumbnail": { + "file_id": "AAMCAgADGQMAAhNHZmBomxBC1tNhQvFoh8MffeiLysoAAolMAAIGUwFL7l_3PyRgHzwBAAdtAAM1BA", + "file_unique_id": "AQADiUwAAgZTAUty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "thumb": { + "file_id": "AAMCAgADGQMAAhNHZmBomxBC1tNhQvFoh8MffeiLysoAAolMAAIGUwFL7l_3PyRgHzwBAAdtAAM1BA", + "file_unique_id": "AQADiUwAAgZTAUty", + "file_size": 20106, + "width": 320, + "height": 240 + }, + "file_id": "BAACAgIAAxkDAAITR2ZgaJsQQtbTYULxaIfDH33oi8rKAAKJTAACBlMBS-5f9z8kYB88NQQ", + "file_unique_id": "AgADiUwAAgZTAUs", + "file_size": 1137878 + }, + "caption": "Строковое значение" + } +} diff --git a/docs/results/Telegram/SetWebhook.log b/docs/results/Telegram/SetWebhook.log new file mode 100644 index 000000000..a9f707006 --- /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 000000000..c27d71078 --- /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 000000000..9e8fdee21 --- /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 000000000..c27d71078 --- /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 000000000..c60cc1870 --- /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 000000000..d6d9e3755 --- /dev/null +++ b/docs/results/VK/CreateAlbum.log @@ -0,0 +1,17 @@ + { + "response": { + "id": 304567763, + "owner_id": -218861756, + "size": 0, + "title": "AlbumFromAutoTest", + "feed_disabled": 0, + "feed_has_pinned": 0, + "can_upload": 1, + "comments_disabled": 0, + "created": 1717594280, + "description": "NewAlbumFromAutoTest", + "thumb_id": 0, + "updated": 1717594280, + "upload_by_admins_only": 1 + } +} diff --git a/docs/results/VK/CreateCompositePost.log b/docs/results/VK/CreateCompositePost.log new file mode 100644 index 000000000..c7b9c258e --- /dev/null +++ b/docs/results/VK/CreateCompositePost.log @@ -0,0 +1,5 @@ + { + "response": { + "post_id": 2325 + } +} diff --git a/docs/results/VK/CreateDiscussion.log b/docs/results/VK/CreateDiscussion.log new file mode 100644 index 000000000..51dbdee3f --- /dev/null +++ b/docs/results/VK/CreateDiscussion.log @@ -0,0 +1,3 @@ + { + "response": 51209826 +} diff --git a/docs/results/VK/CreatePoll.log b/docs/results/VK/CreatePoll.log new file mode 100644 index 000000000..e6e1e8fae --- /dev/null +++ b/docs/results/VK/CreatePoll.log @@ -0,0 +1,5 @@ + { + "response": { + "post_id": 2326 + } +} diff --git a/docs/results/VK/CreatePost.log b/docs/results/VK/CreatePost.log new file mode 100644 index 000000000..c959d3b1b --- /dev/null +++ b/docs/results/VK/CreatePost.log @@ -0,0 +1,5 @@ + { + "response": { + "post_id": 2322 + } +} diff --git a/docs/results/VK/CreateStory.log b/docs/results/VK/CreateStory.log new file mode 100644 index 000000000..7591ff990 --- /dev/null +++ b/docs/results/VK/CreateStory.log @@ -0,0 +1,93 @@ + { + "response": { + "count": 1, + "items": [ + { + "id": 456239529, + "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": 1717594309, + "expires_at": 1717680709, + "link": { + "text": "Ещё", + "url": "https://github.com/Bayselonarrend/OpenIntegrations" + }, + "photo": { + "album_id": -81, + "date": 1717594309, + "id": 457244385, + "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": "d46553c61fabf81b54", + "has_tags": false + }, + "replies": { + "count": 0, + "new": 0 + }, + "is_one_time": false, + "track_code": "story/3AAQAdLy9G9EAs4bMampA84nNfHkBAAFoAagB6AIAA==", + "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 000000000..a815f0251 --- /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 000000000..c60cc1870 --- /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 000000000..c60cc1870 --- /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 000000000..c60cc1870 --- /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 000000000..c60cc1870 --- /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 000000000..1d29383ef --- /dev/null +++ b/docs/results/VK/SaveImageToAlbum.log @@ -0,0 +1,76 @@ + { + "response": [ + { + "album_id": 304567763, + "date": 1717594284, + "id": 457244383, + "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": "ef4410e9cc450e2f27", + "has_tags": false + } + ] +} diff --git a/docs/results/VK/WriteInDiscussion.log b/docs/results/VK/WriteInDiscussion.log new file mode 100644 index 000000000..0c215912d --- /dev/null +++ b/docs/results/VK/WriteInDiscussion.log @@ -0,0 +1,3 @@ + { + "response": 778 +}