英文: How to call a discord bot`s function from another script. Python 问题 I can help you with the tran...
`MessageFwdHeader` 类型中 `saved_from_peer` 和 `saved_from_msg_id` 的含义。
英文: Meaning of `saved_from_peer` and `saved_from_msg_id` inside `MessageFwdHeader` type 问题 电报中的消息可以从...
使用相同的 session_string 即可。
英文: Telethon: Use same session_string at once 问题 我有我的客户端在线(回应用户消息),同时我也有一个发送新闻的邮件程序。 因此,在某个时间点,同时有两个...
Telegram through telethon timeouts on my server. FloodWaitError keeps multiplying on a script that works fine on local
英文: Telegram through telethon timeouts on my server. FloodWaitError keeps multiplying on a script th...
不同的消息 ID 取决于机器人是普通机器人还是用户机器人。
英文: Different message id depending on whether the bot is normal bot or userbot 问题 I've been looking ...
如何使用Telethon从Telegram获取具有频道名称/标题的数据?
英文: How to fetch data from telegram having channel name/title using Telethon? 问题 如何使用Telethon从Telegr...
如何使用Telethon从频道ID获取Telegram频道名称
英文: How to get Telegram channel name from channel id using Telethon 问题 我尝试从频道ID中提取频道名称或其他频道详情。 我正在使用...
Telegram Telethon: 在多个不同客户端之间共享媒体下载
英文: Telegram Telethon: Sharing media downloads across multiple different clients 问题 我们尝试使用一个Telegram...
Telethon发送带有剧透的图像
英文: Telethon send image with spoiler 问题 我可以帮您翻译代码部分: 如何在telethon中发送带有隐藏内容的图片? 我使用 **telethon-1.27.0*...
如何使用数字聊天ID来避免昂贵的`get_entity(channel_name)`调用?
英文: How to use numeric chat IDs to avoid expensive `get_entity(channel_name)` calls? 问题 根据这个评论,我尝试在我...
3