From a3fe2f2155a7ab2e9297b3acac799fe13cce51af Mon Sep 17 00:00:00 2001 From: Marcel Alexandru Nitan Date: Mon, 27 Jun 2022 12:41:26 +0300 Subject: [PATCH] Fix react(big= argument --- telethon/types/_custom/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/types/_custom/message.py b/telethon/types/_custom/message.py index afb474bc..87516da3 100644 --- a/telethon/types/_custom/message.py +++ b/telethon/types/_custom/message.py @@ -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`