mirror of
https://github.com/sys-001/telegram-bot-api-versions.git
synced 2024-11-19 01:49:22 +01:00
Bot API 6.3
This commit is contained in:
parent
2343ea057d
commit
bbe4ec9d13
@ -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.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.3 **(current)** | Topics, multiple usernames. | [November 5, 2022](https://core.telegram.org/bots/api-changelog#november-5-2022) | [JSON](files/custom/json/v630.json), [YAML](files/custom/yaml/v630.yaml) | [JSON](files/postman/v630.json) | [JSON](files/openapi/json/v630.json), [YAML](files/openapi/yaml/v630.yaml) | [ZIP](files/stubs/v630.zip) |
|
||||
| 6.2 | 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) |
|
||||
|
146
composer.lock
generated
146
composer.lock
generated
@ -8,16 +8,16 @@
|
||||
"packages": [
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "7.4.5",
|
||||
"version": "7.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/guzzle.git",
|
||||
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
|
||||
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
|
||||
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
||||
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -32,10 +32,10 @@
|
||||
"psr/http-client-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.4.1",
|
||||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||||
"ext-curl": "*",
|
||||
"php-http/client-integration-tests": "^3.0",
|
||||
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
||||
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
||||
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
@ -45,8 +45,12 @@
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
"bin-links": true,
|
||||
"forward-command": false
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "7.4-dev"
|
||||
"dev-master": "7.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -112,7 +116,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/guzzle/issues",
|
||||
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
|
||||
"source": "https://github.com/guzzle/guzzle/tree/7.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -128,20 +132,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-20T22:16:13+00:00"
|
||||
"time": "2022-08-28T15:39:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/promises.git",
|
||||
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
||||
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
||||
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
|
||||
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -196,7 +200,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/promises/issues",
|
||||
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
||||
"source": "https://github.com/guzzle/promises/tree/1.5.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -212,20 +216,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-10-22T20:56:57+00:00"
|
||||
"time": "2022-08-28T14:55:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "13388f00956b1503577598873fffb5ae994b5737"
|
||||
"reference": "67c26b443f348a51926030c83481b85718457d3d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
|
||||
"reference": "13388f00956b1503577598873fffb5ae994b5737",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
|
||||
"reference": "67c26b443f348a51926030c83481b85718457d3d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -239,15 +243,19 @@
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.4.1",
|
||||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||||
"http-interop/http-factory-tests": "^0.9",
|
||||
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
||||
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
"bin-links": true,
|
||||
"forward-command": false
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "2.4-dev"
|
||||
}
|
||||
@ -311,7 +319,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/psr7/issues",
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.4.0"
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -327,29 +335,29 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-20T21:43:11+00:00"
|
||||
"time": "2022-10-26T14:07:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/php-generator",
|
||||
"version": "v4.0.2",
|
||||
"version": "v4.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/php-generator.git",
|
||||
"reference": "f19b7975c7c4d729be5b64fce7eb72f0d4aac6fc"
|
||||
"reference": "a8d6abeae5d8c7202cd69600e086a7a72877fc86"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/php-generator/zipball/f19b7975c7c4d729be5b64fce7eb72f0d4aac6fc",
|
||||
"reference": "f19b7975c7c4d729be5b64fce7eb72f0d4aac6fc",
|
||||
"url": "https://api.github.com/repos/nette/php-generator/zipball/a8d6abeae5d8c7202cd69600e086a7a72877fc86",
|
||||
"reference": "a8d6abeae5d8c7202cd69600e086a7a72877fc86",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"nette/utils": "^3.2.7 || ^4.0",
|
||||
"php": ">=8.0 <8.2"
|
||||
"php": ">=8.0 <8.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"nette/tester": "^2.4",
|
||||
"nikic/php-parser": "^4.13",
|
||||
"nikic/php-parser": "^4.15",
|
||||
"phpstan/phpstan": "^1.0",
|
||||
"tracy/tracy": "^2.8"
|
||||
},
|
||||
@ -383,7 +391,7 @@
|
||||
"homepage": "https://nette.org/contributors"
|
||||
}
|
||||
],
|
||||
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.1 features.",
|
||||
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.2 features.",
|
||||
"homepage": "https://nette.org",
|
||||
"keywords": [
|
||||
"code",
|
||||
@ -393,26 +401,26 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nette/php-generator/issues",
|
||||
"source": "https://github.com/nette/php-generator/tree/v4.0.2"
|
||||
"source": "https://github.com/nette/php-generator/tree/v4.0.5"
|
||||
},
|
||||
"time": "2022-06-17T12:20:08+00:00"
|
||||
"time": "2022-11-02T20:37:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/utils",
|
||||
"version": "v3.2.7",
|
||||
"version": "v3.2.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/utils.git",
|
||||
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99"
|
||||
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/utils/zipball/0af4e3de4df9f1543534beab255ccf459e7a2c99",
|
||||
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99",
|
||||
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
||||
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2 <8.2"
|
||||
"php": ">=7.2 <8.3"
|
||||
},
|
||||
"conflict": {
|
||||
"nette/di": "<3.0.6"
|
||||
@ -478,9 +486,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nette/utils/issues",
|
||||
"source": "https://github.com/nette/utils/tree/v3.2.7"
|
||||
"source": "https://github.com/nette/utils/tree/v3.2.8"
|
||||
},
|
||||
"time": "2022-01-24T11:29:14+00:00"
|
||||
"time": "2022-09-12T23:36:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
@ -791,16 +799,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.1.3",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8"
|
||||
"reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/43fcb5c5966b43c56bcfa481368d90d748936ab8",
|
||||
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/a1282bd0c096e0bdb8800b104177e2ce404d8815",
|
||||
"reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -867,7 +875,7 @@
|
||||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v6.1.3"
|
||||
"source": "https://github.com/symfony/console/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -883,7 +891,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-22T14:17:57+00:00"
|
||||
"time": "2022-10-26T21:42:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
@ -1434,16 +1442,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v6.1.3",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b"
|
||||
"reference": "823f143370880efcbdfa2dbca946b3358c4707e5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b",
|
||||
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5",
|
||||
"reference": "823f143370880efcbdfa2dbca946b3358c4707e5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1499,7 +1507,7 @@
|
||||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v6.1.3"
|
||||
"source": "https://github.com/symfony/string/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1515,20 +1523,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-27T15:50:51+00:00"
|
||||
"time": "2022-10-10T09:34:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v6.1.3",
|
||||
"version": "v6.1.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3"
|
||||
"reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/cc48dd42ae1201abced04ae38284e23ce2d2d8f3",
|
||||
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/66c6b0cf52b00f74614a2cf7ae7db08ea1095931",
|
||||
"reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1573,7 +1581,7 @@
|
||||
"description": "Loads and dumps YAML files",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/yaml/tree/v6.1.3"
|
||||
"source": "https://github.com/symfony/yaml/tree/v6.1.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1589,20 +1597,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-20T14:45:06+00:00"
|
||||
"time": "2022-10-07T08:04:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sysbot/tgscraper",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Sysbot-org/tgscraper.git",
|
||||
"reference": "a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0"
|
||||
"reference": "59ea4ab99727620feeda041429cb7669c41cc394"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Sysbot-org/tgscraper/zipball/a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0",
|
||||
"reference": "a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0",
|
||||
"url": "https://api.github.com/repos/Sysbot-org/tgscraper/zipball/59ea4ab99727620feeda041429cb7669c41cc394",
|
||||
"reference": "59ea4ab99727620feeda041429cb7669c41cc394",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1648,22 +1656,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.3"
|
||||
"source": "https://github.com/Sysbot-org/tgscraper/tree/4.0.4"
|
||||
},
|
||||
"time": "2022-08-12T14:46:33+00:00"
|
||||
"time": "2022-11-05T16:01:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sysbot/tgscraper-cache",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Sysbot-org/tgscraper-cache.git",
|
||||
"reference": "96e427ee29281155da3efa0903c867c273777c32"
|
||||
"reference": "bfc44531203d5c05f24af826d1c44e03d06423ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Sysbot-org/tgscraper-cache/zipball/96e427ee29281155da3efa0903c867c273777c32",
|
||||
"reference": "96e427ee29281155da3efa0903c867c273777c32",
|
||||
"url": "https://api.github.com/repos/Sysbot-org/tgscraper-cache/zipball/bfc44531203d5c05f24af826d1c44e03d06423ae",
|
||||
"reference": "bfc44531203d5c05f24af826d1c44e03d06423ae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1689,9 +1697,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.4"
|
||||
"source": "https://github.com/Sysbot-org/tgscraper-cache/tree/1.1.5"
|
||||
},
|
||||
"time": "2022-08-12T14:39:33+00:00"
|
||||
"time": "2022-11-05T16:06:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "voku/simple_html_dom",
|
||||
|
12553
files/custom/json/v630.json
Normal file
12553
files/custom/json/v630.json
Normal file
File diff suppressed because it is too large
Load Diff
9383
files/custom/yaml/v630.yaml
Normal file
9383
files/custom/yaml/v630.yaml
Normal file
File diff suppressed because it is too large
Load Diff
19936
files/openapi/json/v630.json
Normal file
19936
files/openapi/json/v630.json
Normal file
File diff suppressed because it is too large
Load Diff
12836
files/openapi/yaml/v630.yaml
Normal file
12836
files/openapi/yaml/v630.yaml
Normal file
File diff suppressed because it is too large
Load Diff
5314
files/postman/v630.json
Normal file
5314
files/postman/v630.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
files/stubs/v630.zip
Normal file
BIN
files/stubs/v630.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user