mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-08-27 19:38:30 +00:00
Fix doc typos on some raw API types (#4732)
This commit is contained in:
@@ -709,7 +709,7 @@ class MessageMethods:
|
||||
Width/height and dimensions/size ratios may be important.
|
||||
For Telegram to accept a thumbnail, you must provide the
|
||||
dimensions of the underlying media through ``attributes=``
|
||||
with :tl:`DocumentAttributesVideo` or by installing the
|
||||
with :tl:`DocumentAttributeVideo` or by installing the
|
||||
optional ``hachoir`` dependency.
|
||||
|
||||
force_document (`bool`, optional):
|
||||
@@ -1154,7 +1154,7 @@ class MessageMethods:
|
||||
Width/height and dimensions/size ratios may be important.
|
||||
For Telegram to accept a thumbnail, you must provide the
|
||||
dimensions of the underlying media through ``attributes=``
|
||||
with :tl:`DocumentAttributesVideo` or by installing the
|
||||
with :tl:`DocumentAttributeVideo` or by installing the
|
||||
optional ``hachoir`` dependency.
|
||||
|
||||
force_document (`bool`, optional):
|
||||
|
||||
@@ -247,7 +247,7 @@ class UploadMethods:
|
||||
Width/height and dimensions/size ratios may be important.
|
||||
For Telegram to accept a thumbnail, you must provide the
|
||||
dimensions of the underlying media through ``attributes=``
|
||||
with :tl:`DocumentAttributesVideo` or by installing the
|
||||
with :tl:`DocumentAttributeVideo` or by installing the
|
||||
optional ``hachoir`` dependency.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user