This commit is contained in:
sys-001 2021-10-04 00:49:18 +00:00
parent 1a8b8432f2
commit 8b1bd96c2f
3 changed files with 36 additions and 36 deletions

View File

@ -7173,7 +7173,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in message text, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode"
}, },
{ {
"name": "disable_web_page_preview", "name": "disable_web_page_preview",
@ -7318,7 +7318,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the new caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "disable_notification", "name": "disable_notification",
@ -7404,7 +7404,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "disable_notification", "name": "disable_notification",
@ -7490,7 +7490,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "duration", "name": "duration",
@ -7618,7 +7618,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "disable_content_type_detection", "name": "disable_content_type_detection",
@ -7745,7 +7745,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "supports_streaming", "name": "supports_streaming",
@ -7872,7 +7872,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "disable_notification", "name": "disable_notification",
@ -7958,7 +7958,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "duration", "name": "duration",
@ -8657,7 +8657,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the poll explanation, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the poll explanation, which can be specified instead of parse_mode"
}, },
{ {
"name": "open_period", "name": "open_period",
@ -9145,7 +9145,7 @@
"ChatPermissions" "ChatPermissions"
], ],
"optional": false, "optional": false,
"description": "New default chat permissions" "description": "A JSON-serialized object for new default chat permissions"
} }
], ],
"return_types": [ "return_types": [
@ -9771,7 +9771,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in message text, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode"
}, },
{ {
"name": "disable_web_page_preview", "name": "disable_web_page_preview",
@ -9846,7 +9846,7 @@
"Array<MessageEntity>" "Array<MessageEntity>"
], ],
"optional": true, "optional": true,
"description": "List of special entities that appear in the caption, which can be specified instead of parse_mode" "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode"
}, },
{ {
"name": "reply_markup", "name": "reply_markup",

View File

@ -5364,7 +5364,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in message text, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode'
- -
name: disable_web_page_preview name: disable_web_page_preview
types: types:
@ -5473,7 +5473,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the new caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode'
- -
name: disable_notification name: disable_notification
types: types:
@ -5538,7 +5538,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: disable_notification name: disable_notification
types: types:
@ -5603,7 +5603,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: duration name: duration
types: types:
@ -5700,7 +5700,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: disable_content_type_detection name: disable_content_type_detection
types: types:
@ -5796,7 +5796,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: supports_streaming name: supports_streaming
types: types:
@ -5892,7 +5892,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: disable_notification name: disable_notification
types: types:
@ -5957,7 +5957,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: duration name: duration
types: types:
@ -6482,7 +6482,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the poll explanation, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the poll explanation, which can be specified instead of parse_mode'
- -
name: open_period name: open_period
types: types:
@ -6844,7 +6844,7 @@ methods:
types: types:
- ChatPermissions - ChatPermissions
optional: false optional: false
description: 'New default chat permissions' description: 'A JSON-serialized object for new default chat permissions'
return_types: return_types:
- bool - bool
- -
@ -7301,7 +7301,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in message text, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode'
- -
name: disable_web_page_preview name: disable_web_page_preview
types: types:
@ -7357,7 +7357,7 @@ methods:
types: types:
- Array<MessageEntity> - Array<MessageEntity>
optional: true optional: true
description: 'List of special entities that appear in the caption, which can be specified instead of parse_mode' description: 'A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode'
- -
name: reply_markup name: reply_markup
types: types:

View File

@ -277,7 +277,7 @@
{ {
"key": "entities", "key": "entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in message text, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -417,7 +417,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the new caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -496,7 +496,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -575,7 +575,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -684,7 +684,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -793,7 +793,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -902,7 +902,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -981,7 +981,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -1631,7 +1631,7 @@
{ {
"key": "explanation_entities", "key": "explanation_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the poll explanation, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the poll explanation, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -2169,7 +2169,7 @@
{ {
"key": "permissions", "key": "permissions",
"disabled": false, "disabled": false,
"description": "Required. New default chat permissions", "description": "Required. A JSON-serialized object for new default chat permissions",
"type": "text" "type": "text"
} }
] ]
@ -3044,7 +3044,7 @@
{ {
"key": "entities", "key": "entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in message text, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {
@ -3117,7 +3117,7 @@
{ {
"key": "caption_entities", "key": "caption_entities",
"disabled": true, "disabled": true,
"description": "Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode", "description": "Optional. A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode",
"type": "text" "type": "text"
}, },
{ {