mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 05:04:33 +03:00
Fix typo in messages.py
This commit is contained in:
parent
a5dce81d0f
commit
dea424fdec
|
@ -488,7 +488,7 @@ async def send_message(
|
|||
else:
|
||||
request = _tl.fn.messages.SendMessage(
|
||||
peer=entity,
|
||||
message=message,
|
||||
message=message._text,
|
||||
entities=formatting_entities,
|
||||
no_webpage=not link_preview,
|
||||
reply_to_msg_id=utils.get_message_id(reply_to),
|
||||
|
|
Loading…
Reference in New Issue
Block a user