mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 05:00:23 +03:00
add entities
This commit is contained in:
parent
4fd9d361f0
commit
7556e25822
|
@ -321,6 +321,7 @@ class TelegramClient(TelegramBareClient):
|
||||||
def send_message(self,
|
def send_message(self,
|
||||||
entity,
|
entity,
|
||||||
message,
|
message,
|
||||||
|
entities=[],
|
||||||
reply_to=None,
|
reply_to=None,
|
||||||
link_preview=True):
|
link_preview=True):
|
||||||
"""Sends a message to the given entity (or input peer)
|
"""Sends a message to the given entity (or input peer)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user