可用方法¶
此页面是关于 Telethon 方法的。这里列出的所有方法都绑定到 Client
类。
from telethon.sync import TelegramClient, events
with TelegramClient('name', api_id, api_hash) as client:
client.send_message('me', 'Hello, myself!')
消息¶
向指定的用户,群组或频道发送消息。 |
|
编辑指定消息,更改其文本或媒体文件。 |
|
删除指定消息。 |
|
转发指定消息。 |
|
搜索指定对话中的消息。 |
|
和 . |
|
置顶指定消息 |
|
取消置顶指定消息 |
|
将消息标记为已读,可选择是否清除提及提示。 |