英文: What code does TelegramClient use to send stickers to groups? 问题 我正在为Telegram制作一个软件,它将通过Telegram...
如何从Telethon的GetLocatedRequest中获取每个请求的特定时间戳?
英文: how to get specific timestamp from telethon GetLocatedRequest for each request? 问题 我想使用telethon的...
电报数据库锁定,我需要优化。
英文: telethon database locked, i need optimization 问题 数据库已锁定,甚至无法启动程序。 如何使新会话不被创建,而是连接到旧会话? 由于连接过多,我被...
Telethon: 在Telethon中,群组和频道具有相同的实体类型。
英文: Telethon: Same entity type for a group and channel in telethon 问题 我有一堆句柄(@xyz),我试图找出该句柄属于用户、组还是频...
将消息从一个频道自动转发到另一个频道的方法使用Python
英文: How auto forward messages from a channel to another channel using Python 问题 I can help you with ...
无法获取完整参与者列表:在Telethon中获取参与者(get_participants)。
英文: Unable to get complete participant list: get_participants in Telethon 问题 get_participants 只返回了一些...
将访问权限转移到Telegram频道
英文: Transfer access rights to the Telegram-channel 问题 我需要将访问权限转移到Telegram频道。 我试图使用EditCreatorRequest...
如何在回答内联查询时同时添加图像和标题?
英文: How to add both image and title while answering to an inline query? 问题 I understand your instruc...
在Telethon中,我有多大程度的匿名性?
英文: To which extent am I anonymous with Telethon? 问题 以下是翻译好的内容: 考虑以下情境。不要因为爱丽丝和鲍勃的粗心而感到惊讶 — 也许他们是我的替...
Telegram bot function with event handler not executing before program ends; how to fix and print results properly?
英文: Telegram bot function with event handler not executing before program ends; how to fix and print...