mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
@@ -618,7 +618,7 @@ class MessageMethods:
|
|||||||
thumb: 'hints.FileLike' = None,
|
thumb: 'hints.FileLike' = None,
|
||||||
force_document: bool = False,
|
force_document: bool = False,
|
||||||
clear_draft: bool = False,
|
clear_draft: bool = False,
|
||||||
buttons: 'hints.MarkupLike' = None,
|
buttons: typing.Optional['hints.MarkupLike'] = None,
|
||||||
silent: bool = None,
|
silent: bool = None,
|
||||||
background: bool = None,
|
background: bool = None,
|
||||||
supports_streaming: bool = False,
|
supports_streaming: bool = False,
|
||||||
@@ -1030,7 +1030,7 @@ class MessageMethods:
|
|||||||
file: 'hints.FileLike' = None,
|
file: 'hints.FileLike' = None,
|
||||||
thumb: 'hints.FileLike' = None,
|
thumb: 'hints.FileLike' = None,
|
||||||
force_document: bool = False,
|
force_document: bool = False,
|
||||||
buttons: 'hints.MarkupLike' = None,
|
buttons: typing.Optional['hints.MarkupLike'] = None,
|
||||||
supports_streaming: bool = False,
|
supports_streaming: bool = False,
|
||||||
schedule: 'hints.DateLike' = None
|
schedule: 'hints.DateLike' = None
|
||||||
) -> 'types.Message':
|
) -> 'types.Message':
|
||||||
|
@@ -110,7 +110,7 @@ class UploadMethods:
|
|||||||
formatting_entities: typing.Optional[typing.List[types.TypeMessageEntity]] = None,
|
formatting_entities: typing.Optional[typing.List[types.TypeMessageEntity]] = None,
|
||||||
voice_note: bool = False,
|
voice_note: bool = False,
|
||||||
video_note: bool = False,
|
video_note: bool = False,
|
||||||
buttons: 'hints.MarkupLike' = None,
|
buttons: typing.Optional['hints.MarkupLike'] = None,
|
||||||
silent: bool = None,
|
silent: bool = None,
|
||||||
background: bool = None,
|
background: bool = None,
|
||||||
supports_streaming: bool = False,
|
supports_streaming: bool = False,
|
||||||
|
Reference in New Issue
Block a user