You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param file_id: Identifier for this file, which can be used to download or reuse the file
13581
+
:type file_id: :obj:`str`
13582
+
13583
+
:param file_unique_id: Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
13584
+
:type file_unique_id: :obj:`str`
13585
+
13586
+
:param width: Video width
13587
+
:type width: :obj:`int`
13588
+
13589
+
:param height: Video height
13590
+
:type height: :obj:`int`
13591
+
13592
+
:param codec: Codec that was used to encode the video, for example, “h264”, “h265”, or “av01”
13593
+
:type codec: :obj:`str`
13594
+
13595
+
:param file_size: Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it.
13596
+
But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
0 commit comments