This commit is contained in:
sys-001 2021-10-23 00:47:52 +00:00
parent 8b1bd96c2f
commit 52f3abd5b1
2 changed files with 36 additions and 36 deletions

View File

@ -988,7 +988,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -1067,7 +1067,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -1138,7 +1138,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
}, },
{ {
"name": "thumb", "name": "thumb",
@ -1201,7 +1201,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -1280,7 +1280,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -1335,7 +1335,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -1382,7 +1382,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -1817,7 +1817,7 @@
"int" "int"
], ],
"optional": false, "optional": false,
"description": "Voice chat duration; in seconds" "description": "Voice chat duration in seconds"
} }
], ],
"extended_by": [] "extended_by": []
@ -1886,7 +1886,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size, if known" "description": "Optional. File size in bytes, if known"
}, },
{ {
"name": "file_path", "name": "file_path",
@ -3178,7 +3178,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. Video duration" "description": "Optional. Video duration in seconds"
}, },
{ {
"name": "supports_streaming", "name": "supports_streaming",
@ -3266,7 +3266,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. Animation duration" "description": "Optional. Animation duration in seconds"
} }
], ],
"extended_by": [] "extended_by": []
@ -3503,7 +3503,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. File size" "description": "Optional. File size in bytes"
} }
], ],
"extended_by": [] "extended_by": []
@ -3805,7 +3805,7 @@
"string" "string"
], ],
"optional": false, "optional": false,
"description": "A valid URL of the photo. Photo must be in jpeg format. Photo size must not exceed 5MB" "description": "A valid URL of the photo. Photo must be in JPEG format. Photo size must not exceed 5MB"
}, },
{ {
"name": "thumb_url", "name": "thumb_url",
@ -3940,7 +3940,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. Duration of the GIF" "description": "Optional. Duration of the GIF in seconds"
}, },
{ {
"name": "thumb_url", "name": "thumb_url",
@ -4059,7 +4059,7 @@
"int" "int"
], ],
"optional": true, "optional": true,
"description": "Optional. Video duration" "description": "Optional. Video duration in seconds"
}, },
{ {
"name": "thumb_url", "name": "thumb_url",
@ -4170,7 +4170,7 @@
"string" "string"
], ],
"optional": false, "optional": false,
"description": "URL of the thumbnail (jpeg only) for the video" "description": "URL of the thumbnail (JPEG only) for the video"
}, },
{ {
"name": "title", "name": "title",
@ -4535,7 +4535,7 @@
"string" "string"
], ],
"optional": true, "optional": true,
"description": "Optional. URL of the thumbnail (jpeg only) for the file" "description": "Optional. URL of the thumbnail (JPEG only) for the file"
}, },
{ {
"name": "thumb_width", "name": "thumb_width",
@ -6391,7 +6391,7 @@
"int" "int"
], ],
"optional": false, "optional": false,
"description": "File size" "description": "File size in bytes"
}, },
{ {
"name": "file_date", "name": "file_date",

View File

@ -740,7 +740,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: Animation name: Animation
@ -799,7 +799,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: Audio name: Audio
@ -852,7 +852,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
- -
name: thumb name: thumb
types: types:
@ -899,7 +899,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: Video name: Video
@ -958,7 +958,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: VideoNote name: VideoNote
@ -999,7 +999,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: Voice name: Voice
@ -1034,7 +1034,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: Contact name: Contact
@ -1358,7 +1358,7 @@ types:
types: types:
- int - int
optional: false optional: false
description: 'Voice chat duration; in seconds' description: 'Voice chat duration in seconds'
extended_by: { } extended_by: { }
- -
name: VoiceChatParticipantsInvited name: VoiceChatParticipantsInvited
@ -1409,7 +1409,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size, if known' description: 'Optional. File size in bytes, if known'
- -
name: file_path name: file_path
types: types:
@ -2375,7 +2375,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. Video duration' description: 'Optional. Video duration in seconds'
- -
name: supports_streaming name: supports_streaming
types: types:
@ -2441,7 +2441,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. Animation duration' description: 'Optional. Animation duration in seconds'
extended_by: { } extended_by: { }
- -
name: InputMediaAudio name: InputMediaAudio
@ -2619,7 +2619,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. File size' description: 'Optional. File size in bytes'
extended_by: { } extended_by: { }
- -
name: StickerSet name: StickerSet
@ -2849,7 +2849,7 @@ types:
types: types:
- string - string
optional: false optional: false
description: 'A valid URL of the photo. Photo must be in jpeg format. Photo size must not exceed 5MB' description: 'A valid URL of the photo. Photo must be in JPEG format. Photo size must not exceed 5MB'
- -
name: thumb_url name: thumb_url
types: types:
@ -2950,7 +2950,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. Duration of the GIF' description: 'Optional. Duration of the GIF in seconds'
- -
name: thumb_url name: thumb_url
types: types:
@ -3039,7 +3039,7 @@ types:
types: types:
- int - int
optional: true optional: true
description: 'Optional. Video duration' description: 'Optional. Video duration in seconds'
- -
name: thumb_url name: thumb_url
types: types:
@ -3122,7 +3122,7 @@ types:
types: types:
- string - string
optional: false optional: false
description: 'URL of the thumbnail (jpeg only) for the video' description: 'URL of the thumbnail (JPEG only) for the video'
- -
name: title name: title
types: types:
@ -3395,7 +3395,7 @@ types:
types: types:
- string - string
optional: true optional: true
description: 'Optional. URL of the thumbnail (jpeg only) for the file' description: 'Optional. URL of the thumbnail (JPEG only) for the file'
- -
name: thumb_width name: thumb_width
types: types:
@ -4781,7 +4781,7 @@ types:
types: types:
- int - int
optional: false optional: false
description: 'File size' description: 'File size in bytes'
- -
name: file_date name: file_date
types: types: