Bot API 6.2

This commit is contained in:
Sys 2022-08-12 16:56:11 +02:00
parent d059424c6b
commit 2343ea057d
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
8 changed files with 56827 additions and 45 deletions

View File

@ -10,7 +10,8 @@ extracted by using [The Wayback Machine](https://web.archive.org/web/*/https://c
| Version | Description | Release date | Custom | Postman | OpenAPI | Stubs |
|-------------------|-----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|------------------------------------------------------------------------------|-----------------------------------|--------------------------------------------------------------------------------|-------------------------------|
| 6.1 **(current)** | Telegram Premium, public join requests, attachment menu. | [June 20, 2022](https://core.telegram.org/bots/api-changelog#june-20-2022) | [JSON](files/custom/json/v610.json), [YAML](files/custom/yaml/v610.yaml) | [JSON](files/postman/v610.json) | [JSON](files/openapi/json/v610.json), [YAML](files/openapi/yaml/v610.yaml) | [ZIP](files/stubs/v610.zip) |
| 6.2 **(current)** | Animated emojis, privacy for audio and video messages. | [August 12, 2022](https://core.telegram.org/bots/api-changelog#august-12-2022) | [JSON](files/custom/json/v620.json), [YAML](files/custom/yaml/v620.yaml) | [JSON](files/postman/v620.json) | [JSON](files/openapi/json/v620.json), [YAML](files/openapi/yaml/v620.yaml) | [ZIP](files/stubs/v620.zip) |
| 6.1 | Telegram Premium, public join requests, attachment menu. | [June 20, 2022](https://core.telegram.org/bots/api-changelog#june-20-2022) | [JSON](files/custom/json/v610.json), [YAML](files/custom/yaml/v610.yaml) | [JSON](files/postman/v610.json) | [JSON](files/openapi/json/v610.json), [YAML](files/openapi/yaml/v610.yaml) | [ZIP](files/stubs/v610.zip) |
| 6.0 | Web Apps, default administrator rights. | [April 16, 2022](https://core.telegram.org/bots/api-changelog#april-16-2022) | [JSON](files/custom/json/v600.json), [YAML](files/custom/yaml/v600.yaml) | [JSON](files/postman/v600.json) | [JSON](files/openapi/json/v600.json), [YAML](files/openapi/yaml/v600.yaml) | [ZIP](files/stubs/v600.zip) |
| 5.7 | Video stickers. | [January 31, 2022](https://core.telegram.org/bots/api-changelog#january-31-2022) | [JSON](files/custom/json/v570.json), [YAML](files/custom/yaml/v570.yaml) | [JSON](files/postman/v570.json) | [JSON](files/openapi/json/v570.json), [YAML](files/openapi/yaml/v570.yaml) | [ZIP](files/stubs/v570.zip) |
| 5.6 | Spoilers, send messages as protected content. | [December 30, 2021](https://core.telegram.org/bots/api-changelog#december-30-2021) | [JSON](files/custom/json/v560.json), [YAML](files/custom/yaml/v560.yaml) | [JSON](files/postman/v560.json) | [JSON](files/openapi/json/v560.json), [YAML](files/openapi/yaml/v560.yaml) | [ZIP](files/stubs/v560.zip) |

88
composer.lock generated
View File

@ -791,16 +791,16 @@
},
{
"name": "symfony/console",
"version": "v6.1.1",
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "6187424023fbffcd757789aeb517c9161b1eabee"
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/6187424023fbffcd757789aeb517c9161b1eabee",
"reference": "6187424023fbffcd757789aeb517c9161b1eabee",
"url": "https://api.github.com/repos/symfony/console/zipball/43fcb5c5966b43c56bcfa481368d90d748936ab8",
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8",
"shasum": ""
},
"require": {
@ -867,7 +867,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.1.1"
"source": "https://github.com/symfony/console/tree/v6.1.3"
},
"funding": [
{
@ -883,20 +883,20 @@
"type": "tidelift"
}
],
"time": "2022-06-08T14:02:09+00:00"
"time": "2022-07-22T14:17:57+00:00"
},
{
"name": "symfony/css-selector",
"version": "v6.1.0",
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "05c40f02f621609404b8820ff8bc39acb46e19cf"
"reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/05c40f02f621609404b8820ff8bc39acb46e19cf",
"reference": "05c40f02f621609404b8820ff8bc39acb46e19cf",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/0dd5e36b80e1de97f8f74ed7023ac2b837a36443",
"reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443",
"shasum": ""
},
"require": {
@ -932,7 +932,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v6.1.0"
"source": "https://github.com/symfony/css-selector/tree/v6.1.3"
},
"funding": [
{
@ -948,11 +948,11 @@
"type": "tidelift"
}
],
"time": "2022-02-25T11:15:52+00:00"
"time": "2022-06-27T17:24:16+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.1.0",
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
@ -999,7 +999,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.0"
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
},
"funding": [
{
@ -1349,16 +1349,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v3.1.0",
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "d66cd8ab656780f62c4215b903a420eb86358957"
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d66cd8ab656780f62c4215b903a420eb86358957",
"reference": "d66cd8ab656780f62c4215b903a420eb86358957",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
"shasum": ""
},
"require": {
@ -1414,7 +1414,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.1.0"
"source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
},
"funding": [
{
@ -1430,20 +1430,20 @@
"type": "tidelift"
}
],
"time": "2022-05-07T08:07:09+00:00"
"time": "2022-05-30T19:18:58+00:00"
},
{
"name": "symfony/string",
"version": "v6.1.0",
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "d3edc75baf9f1d4f94879764dda2e1ac33499529"
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/d3edc75baf9f1d4f94879764dda2e1ac33499529",
"reference": "d3edc75baf9f1d4f94879764dda2e1ac33499529",
"url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b",
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b",
"shasum": ""
},
"require": {
@ -1499,7 +1499,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.1.0"
"source": "https://github.com/symfony/string/tree/v6.1.3"
},
"funding": [
{
@ -1515,20 +1515,20 @@
"type": "tidelift"
}
],
"time": "2022-04-22T08:18:23+00:00"
"time": "2022-07-27T15:50:51+00:00"
},
{
"name": "symfony/yaml",
"version": "v6.1.0",
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "84ce4f9d2d68f306f971a39d949d8f4b5550dba2"
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/84ce4f9d2d68f306f971a39d949d8f4b5550dba2",
"reference": "84ce4f9d2d68f306f971a39d949d8f4b5550dba2",
"url": "https://api.github.com/repos/symfony/yaml/zipball/cc48dd42ae1201abced04ae38284e23ce2d2d8f3",
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3",
"shasum": ""
},
"require": {
@ -1573,7 +1573,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v6.1.0"
"source": "https://github.com/symfony/yaml/tree/v6.1.3"
},
"funding": [
{
@ -1589,20 +1589,20 @@
"type": "tidelift"
}
],
"time": "2022-04-15T14:25:02+00:00"
"time": "2022-07-20T14:45:06+00:00"
},
{
"name": "sysbot/tgscraper",
"version": "4.0.2",
"version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/Sysbot-org/tgscraper.git",
"reference": "91a5162c56a41145a589ca9e789a3f600d5d356b"
"reference": "a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sysbot-org/tgscraper/zipball/91a5162c56a41145a589ca9e789a3f600d5d356b",
"reference": "91a5162c56a41145a589ca9e789a3f600d5d356b",
"url": "https://api.github.com/repos/Sysbot-org/tgscraper/zipball/a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0",
"reference": "a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0",
"shasum": ""
},
"require": {
@ -1648,22 +1648,22 @@
"description": "Utility to extract scheme from Telegram Bot API webpage.",
"support": {
"issues": "https://github.com/Sysbot-org/tgscraper/issues",
"source": "https://github.com/Sysbot-org/tgscraper/tree/4.0.2"
"source": "https://github.com/Sysbot-org/tgscraper/tree/4.0.3"
},
"time": "2022-06-21T17:32:41+00:00"
"time": "2022-08-12T14:46:33+00:00"
},
{
"name": "sysbot/tgscraper-cache",
"version": "1.1.3",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/Sysbot-org/tgscraper-cache.git",
"reference": "c4f3a6461372f942e605c79d6eda3db62e9f72f2"
"reference": "96e427ee29281155da3efa0903c867c273777c32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sysbot-org/tgscraper-cache/zipball/c4f3a6461372f942e605c79d6eda3db62e9f72f2",
"reference": "c4f3a6461372f942e605c79d6eda3db62e9f72f2",
"url": "https://api.github.com/repos/Sysbot-org/tgscraper-cache/zipball/96e427ee29281155da3efa0903c867c273777c32",
"reference": "96e427ee29281155da3efa0903c867c273777c32",
"shasum": ""
},
"require": {
@ -1689,9 +1689,9 @@
],
"description": "Cache package containing all available webpage snapshots for Telegram bot API.",
"support": {
"source": "https://github.com/Sysbot-org/tgscraper-cache/tree/1.1.3"
"source": "https://github.com/Sysbot-org/tgscraper-cache/tree/1.1.4"
},
"time": "2022-06-21T17:39:56+00:00"
"time": "2022-08-12T14:39:33+00:00"
},
{
"name": "voku/simple_html_dom",

12017
files/custom/json/v620.json Normal file

File diff suppressed because it is too large Load Diff

8983
files/custom/yaml/v620.yaml Normal file

File diff suppressed because it is too large Load Diff

18767
files/openapi/json/v620.json Normal file

File diff suppressed because it is too large Load Diff

12090
files/openapi/yaml/v620.yaml Normal file

File diff suppressed because it is too large Load Diff

4924
files/postman/v620.json Normal file

File diff suppressed because it is too large Load Diff

BIN
files/stubs/v620.zip Normal file

Binary file not shown.