mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 04:30:22 +03:00
Use single quotes
This commit is contained in:
parent
ed52a26064
commit
2b847f5ad9
|
@ -1281,7 +1281,7 @@ class TelegramClient(TelegramBareClient):
|
|||
|
||||
def send_voice_note(self, *args, **kwargs):
|
||||
"""Wrapper method around .send_file() with is_voice_note=True"""
|
||||
kwargs["is_voice_note"] = True
|
||||
kwargs['is_voice_note'] = True
|
||||
return self.send_file(*args, **kwargs)
|
||||
|
||||
def _send_album(self, entity, files, caption=None,
|
||||
|
|
Loading…
Reference in New Issue
Block a user