mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-15 18:42:23 +03:00
ywre
This commit is contained in:
parent
45873b153c
commit
4604da7d6d
|
@ -743,7 +743,7 @@ async def send_reaction(
|
|||
self: 'TelegramClient',
|
||||
entity: 'hints.EntityLike',
|
||||
message: 'hints.MessageIDLike',
|
||||
reaction: str = None
|
||||
reaction: typing.Optional[str] = None
|
||||
):
|
||||
message = utils.get_message_id(message) or 0
|
||||
if not reaction:
|
||||
|
|
Loading…
Reference in New Issue
Block a user