This commit is contained in:
Shrimadhav U K 2022-01-28 20:32:19 +05:30 committed by GitHub
parent 45873b153c
commit 4604da7d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: