Fix react(big= argument

This commit is contained in:
Marcel Alexandru Nitan 2022-06-27 12:41:26 +03:00
parent 48df341a21
commit a3fe2f2155

View File

@ -1251,7 +1251,7 @@ class Message(ChatGetter, SenderGetter):
return await self._client.unpin_message(
await self.get_input_chat(), self.id)
async def react(self, reaction=None, big=False, use_default=False):
async def react(self, reaction=None, big=None, use_default=False):
"""
Reacts on the given message. Shorthand for
`telethon.client.messages.MessageMethods.send_reaction`