mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-23 12:06:48 +01:00
deploy: 1a22f3eda9
This commit is contained in:
parent
a544d9e506
commit
290e3787f9
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"types": [
|
||||
{
|
||||
"name": "Update",
|
||||
@ -471,7 +471,7 @@
|
||||
"Chat"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Optional. Sender of the message, sent on behalf of a chat. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat."
|
||||
"description": "Optional. Sender of the message, sent on behalf of a chat. For example, the channel itself for channel posts, the supergroup itself for messages from anonymous group administrators, the linked channel for messages automatically forwarded to the discussion group. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat."
|
||||
},
|
||||
{
|
||||
"name": "date",
|
||||
@ -519,7 +519,7 @@
|
||||
"string"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Optional. For messages forwarded from channels, signature of the post author if present"
|
||||
"description": "Optional. For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present"
|
||||
},
|
||||
{
|
||||
"name": "forward_sender_name",
|
||||
@ -941,7 +941,7 @@
|
||||
"string"
|
||||
],
|
||||
"optional": false,
|
||||
"description": "Type of the entity. Can be “mention” (@username), “hashtag” (#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames)"
|
||||
"description": "Type of the entity. Currently, can be “mention” (@username), “hashtag” (#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames)"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@ -2965,7 +2965,7 @@
|
||||
"string"
|
||||
],
|
||||
"optional": false,
|
||||
"description": "Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores."
|
||||
"description": "Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores."
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
@ -2973,7 +2973,7 @@
|
||||
"string"
|
||||
],
|
||||
"optional": false,
|
||||
"description": "Description of the command, 3-256 characters."
|
||||
"description": "Description of the command; 1-256 characters."
|
||||
}
|
||||
],
|
||||
"extended_by": []
|
||||
@ -7302,6 +7302,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of sent messages from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -7364,6 +7372,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the forwarded message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "message_id",
|
||||
"types": [
|
||||
@ -7439,6 +7455,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -7525,6 +7549,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -7644,6 +7676,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -7747,6 +7787,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -7874,6 +7922,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -7993,6 +8049,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8087,6 +8151,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8174,6 +8246,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8235,6 +8315,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends messages silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent messages from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8325,6 +8413,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8568,6 +8664,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8653,6 +8757,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8802,6 +8914,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -8863,6 +8983,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -10293,6 +10421,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -10829,6 +10965,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
@ -10985,6 +11129,14 @@
|
||||
"optional": true,
|
||||
"description": "Sends the message silently. Users will receive a notification with no sound."
|
||||
},
|
||||
{
|
||||
"name": "protect_content",
|
||||
"types": [
|
||||
"bool"
|
||||
],
|
||||
"optional": true,
|
||||
"description": "Protects the contents of the sent message from forwarding and saving"
|
||||
},
|
||||
{
|
||||
"name": "reply_to_message_id",
|
||||
"types": [
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: 5.5.0
|
||||
version: 5.6.0
|
||||
types:
|
||||
-
|
||||
name: Update
|
||||
@ -353,7 +353,7 @@ types:
|
||||
types:
|
||||
- Chat
|
||||
optional: true
|
||||
description: 'Optional. Sender of the message, sent on behalf of a chat. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.'
|
||||
description: 'Optional. Sender of the message, sent on behalf of a chat. For example, the channel itself for channel posts, the supergroup itself for messages from anonymous group administrators, the linked channel for messages automatically forwarded to the discussion group. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.'
|
||||
-
|
||||
name: date
|
||||
types:
|
||||
@ -389,7 +389,7 @@ types:
|
||||
types:
|
||||
- string
|
||||
optional: true
|
||||
description: 'Optional. For messages forwarded from channels, signature of the post author if present'
|
||||
description: 'Optional. For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present'
|
||||
-
|
||||
name: forward_sender_name
|
||||
types:
|
||||
@ -705,7 +705,7 @@ types:
|
||||
types:
|
||||
- string
|
||||
optional: false
|
||||
description: 'Type of the entity. Can be “mention” (@username), “hashtag” (#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames)'
|
||||
description: 'Type of the entity. Currently, can be “mention” (@username), “hashtag” (#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames)'
|
||||
-
|
||||
name: offset
|
||||
types:
|
||||
@ -2214,13 +2214,13 @@ types:
|
||||
types:
|
||||
- string
|
||||
optional: false
|
||||
description: 'Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores.'
|
||||
description: 'Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.'
|
||||
-
|
||||
name: description
|
||||
types:
|
||||
- string
|
||||
optional: false
|
||||
description: 'Description of the command, 3-256 characters.'
|
||||
description: 'Description of the command; 1-256 characters.'
|
||||
extended_by: { }
|
||||
-
|
||||
name: BotCommandScope
|
||||
@ -5460,6 +5460,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of sent messages from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -5507,6 +5513,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the forwarded message from forwarding and saving'
|
||||
-
|
||||
name: message_id
|
||||
types:
|
||||
@ -5563,6 +5575,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -5628,6 +5646,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -5718,6 +5742,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -5796,6 +5826,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -5892,6 +5928,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -5982,6 +6024,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6053,6 +6101,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6119,6 +6173,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6165,6 +6225,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends messages silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent messages from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6232,6 +6298,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6414,6 +6486,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6478,6 +6556,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6590,6 +6674,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -6636,6 +6726,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -7688,6 +7784,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -8085,6 +8187,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
@ -8199,6 +8307,12 @@ methods:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Sends the message silently. Users will receive a notification with no sound.'
|
||||
-
|
||||
name: protect_content
|
||||
types:
|
||||
- bool
|
||||
optional: true
|
||||
description: 'Protects the contents of the sent message from forwarding and saving'
|
||||
-
|
||||
name: reply_to_message_id
|
||||
types:
|
||||
|
@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"title": "Telegram Bot API",
|
||||
"description": "Auto-generated OpenAPI schema by TGScraper.",
|
||||
"version": "5.5.0"
|
||||
"version": "5.6.0"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
@ -4836,6 +4836,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -4897,6 +4900,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -4958,6 +4964,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5073,6 +5082,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
@ -5111,6 +5123,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
@ -5149,6 +5164,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
@ -5260,6 +5278,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5332,6 +5353,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5404,6 +5428,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5530,6 +5557,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5598,6 +5628,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5666,6 +5699,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5811,6 +5847,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5898,6 +5937,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -5985,6 +6027,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6124,6 +6169,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6205,6 +6253,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6286,6 +6337,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6434,6 +6488,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6524,6 +6581,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6614,6 +6674,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6759,6 +6822,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6846,6 +6912,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -6933,6 +7002,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7062,6 +7134,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7133,6 +7208,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7204,6 +7282,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7334,6 +7415,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7406,6 +7490,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7478,6 +7565,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7601,6 +7691,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7650,6 +7743,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7699,6 +7795,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7809,6 +7908,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7874,6 +7976,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -7939,6 +8044,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8412,6 +8520,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8485,6 +8596,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8558,6 +8672,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8675,6 +8792,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8734,6 +8854,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8793,6 +8916,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -8940,6 +9066,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -9029,6 +9158,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -9118,6 +9250,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -9224,6 +9359,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -9272,6 +9410,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -9320,6 +9461,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -14944,6 +15088,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -15000,6 +15147,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -15056,6 +15206,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -16307,6 +16460,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -16414,6 +16570,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -16521,6 +16680,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -16980,6 +17142,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -17009,6 +17174,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -17038,6 +17206,9 @@
|
||||
"disable_notification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"protect_content": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reply_to_message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
@ -2,7 +2,7 @@ openapi: 3.0.0
|
||||
info:
|
||||
title: 'Telegram Bot API'
|
||||
description: 'Auto-generated OpenAPI schema by TGScraper.'
|
||||
version: 5.5.0
|
||||
version: 5.6.0
|
||||
servers:
|
||||
-
|
||||
url: 'https://api.telegram.org/bot{token}'
|
||||
@ -3266,6 +3266,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3305,6 +3307,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3344,6 +3348,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3416,6 +3422,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
message_id:
|
||||
type: integer
|
||||
application/x-www-form-urlencoded:
|
||||
@ -3440,6 +3448,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
message_id:
|
||||
type: integer
|
||||
multipart/form-data:
|
||||
@ -3464,6 +3474,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
message_id:
|
||||
type: integer
|
||||
responses:
|
||||
@ -3534,6 +3546,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3580,6 +3594,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3626,6 +3642,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3705,6 +3723,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3748,6 +3768,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3791,6 +3813,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3882,6 +3906,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3937,6 +3963,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -3992,6 +4020,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4079,6 +4109,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4130,6 +4162,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4181,6 +4215,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4274,6 +4310,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4331,6 +4369,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4388,6 +4428,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4479,6 +4521,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4534,6 +4578,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4589,6 +4635,8 @@ paths:
|
||||
$ref: '#/components/schemas/MessageEntity'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4670,6 +4718,8 @@ paths:
|
||||
type: integer
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4715,6 +4765,8 @@ paths:
|
||||
type: integer
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4760,6 +4812,8 @@ paths:
|
||||
type: integer
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4841,6 +4895,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4886,6 +4942,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -4931,6 +4989,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5008,6 +5068,8 @@ paths:
|
||||
$ref: '#/components/schemas/InputMediaVideo'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5039,6 +5101,8 @@ paths:
|
||||
$ref: '#/components/schemas/InputMediaVideo'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5070,6 +5134,8 @@ paths:
|
||||
$ref: '#/components/schemas/InputMediaVideo'
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5140,6 +5206,8 @@ paths:
|
||||
type: integer
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5182,6 +5250,8 @@ paths:
|
||||
type: integer
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5224,6 +5294,8 @@ paths:
|
||||
type: integer
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5522,6 +5594,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5570,6 +5644,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5618,6 +5694,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5692,6 +5770,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5730,6 +5810,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5768,6 +5850,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5862,6 +5946,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5920,6 +6006,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -5978,6 +6066,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -6044,6 +6134,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -6074,6 +6166,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -6104,6 +6198,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -9605,6 +9701,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -9640,6 +9738,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -9675,6 +9775,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -10472,6 +10574,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -10544,6 +10648,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -10616,6 +10722,8 @@ paths:
|
||||
type: boolean
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -10908,6 +11016,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -10927,6 +11037,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
@ -10946,6 +11058,8 @@ paths:
|
||||
type: string
|
||||
disable_notification:
|
||||
type: boolean
|
||||
protect_content:
|
||||
type: boolean
|
||||
reply_to_message_id:
|
||||
type: integer
|
||||
allow_sending_without_reply:
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Telegram Bot API",
|
||||
"description": "Auto-generated Postman collection by TGScraper.",
|
||||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
||||
"version": "5.5.0"
|
||||
"version": "5.6.0"
|
||||
},
|
||||
"variable": {
|
||||
"key": "token",
|
||||
@ -292,6 +292,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of sent messages from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -353,6 +359,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the forwarded message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "message_id",
|
||||
"disabled": false,
|
||||
@ -426,6 +438,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -505,6 +523,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -608,6 +632,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -699,6 +729,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -808,6 +844,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -911,6 +953,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -996,6 +1044,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1075,6 +1129,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1136,6 +1196,12 @@
|
||||
"description": "Optional. Sends messages silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent messages from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1221,6 +1287,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1452,6 +1524,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1531,6 +1609,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1658,6 +1742,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -1719,6 +1809,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -3525,6 +3621,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -4086,6 +4188,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
@ -4276,6 +4384,12 @@
|
||||
"description": "Optional. Sends the message silently. Users will receive a notification with no sound.",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "protect_content",
|
||||
"disabled": true,
|
||||
"description": "Optional. Protects the contents of the sent message from forwarding and saving",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "reply_to_message_id",
|
||||
"disabled": true,
|
||||
|
Loading…
Reference in New Issue
Block a user