@@ -795,7 +795,7 @@ def reply_animation(
795795 thumb (``str``, *optional*):
796796 Thumbnail of the animation file sent.
797797 The thumbnail should be in JPEG format and less than 200 KB in size.
798- A thumbnail's width and height should not exceed 90 pixels.
798+ A thumbnail's width and height should not exceed 320 pixels.
799799 Thumbnails can't be reused and can be only uploaded as a new file.
800800
801801 disable_notification (``bool``, *optional*):
@@ -930,7 +930,7 @@ def reply_audio(
930930 thumb (``str``, *optional*):
931931 Thumbnail of the music file album cover.
932932 The thumbnail should be in JPEG format and less than 200 KB in size.
933- A thumbnail's width and height should not exceed 90 pixels.
933+ A thumbnail's width and height should not exceed 320 pixels.
934934 Thumbnails can't be reused and can be only uploaded as a new file.
935935
936936 disable_notification (``bool``, *optional*):
@@ -1257,7 +1257,7 @@ def reply_document(
12571257 thumb (``str``, *optional*):
12581258 Thumbnail of the file sent.
12591259 The thumbnail should be in JPEG format and less than 200 KB in size.
1260- A thumbnail's width and height should not exceed 90 pixels.
1260+ A thumbnail's width and height should not exceed 320 pixels.
12611261 Thumbnails can't be reused and can be only uploaded as a new file.
12621262
12631263 caption (``str``, *optional*):
@@ -2064,7 +2064,7 @@ def reply_video(
20642064 thumb (``str``, *optional*):
20652065 Thumbnail of the video sent.
20662066 The thumbnail should be in JPEG format and less than 200 KB in size.
2067- A thumbnail's width and height should not exceed 90 pixels.
2067+ A thumbnail's width and height should not exceed 320 pixels.
20682068 Thumbnails can't be reused and can be only uploaded as a new file.
20692069
20702070 supports_streaming (``bool``, *optional*):
@@ -2189,7 +2189,7 @@ def reply_video_note(
21892189 thumb (``str``, *optional*):
21902190 Thumbnail of the video sent.
21912191 The thumbnail should be in JPEG format and less than 200 KB in size.
2192- A thumbnail's width and height should not exceed 90 pixels.
2192+ A thumbnail's width and height should not exceed 320 pixels.
21932193 Thumbnails can't be reused and can be only uploaded as a new file.
21942194
21952195 disable_notification (``bool``, *optional*):
0 commit comments