mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-04-20 17:11:59 +03:00
Fix react(big= argument
This commit is contained in:
parent
48df341a21
commit
a3fe2f2155
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user