英文: Why bot don't send photo? 问题 以下是您提供的代码的翻译部分: @dp.message_handler(state='send_photo')...
如何修复这个问题,Aiogram,Telegram
英文: How to correct this issue, Aiogram, Trelegram 问题 我正在制作一个Telegram机器人,问题是用户必须接受政策,当用户点击接受时,机器人只显示加...
有没有办法将参数传递给Telegram Web应用的直接链接?
英文: Is there any way to pass parameter to the telegram web app direct link? 问题 我已经注册了一个通过直接链接启动的Web应...
How can I make my bot send a message to a Telegram channel, and what is the significance of adding -100 in front of the channel ID?
英文: How can I make my bot send a message to a Telegram channel, and what is the significance of addi...
无法获取完整参与者列表:在Telethon中获取参与者(get_participants)。
英文: Unable to get complete participant list: get_participants in Telethon 问题 get_participants 只返回了一些...
Telegram API,如何添加换行?
英文: Telegram API, how to add newlines? 问题 尝试了多种方式使用parse_mode:Markdown或HTML: curl -s "https://ap...
将访问权限转移到Telegram频道
英文: Transfer access rights to the Telegram-channel 问题 我需要将访问权限转移到Telegram频道。 我试图使用EditCreatorRequest...
使用类型继承来创建 TypeScript 中的处理函数
英文: Using type inheritance for a handler function in typescript 问题 Here's the translated code portio...
如何查找Telegram机器人加入的聊天列表 python-telegram-bot
英文: how to find out the list of chats in which the telegram bot is a member python-telegram-bot 问题 I...
如何使用Python在Telegram中创建来自自己的定时消息而不需要使用机器人?
英文: How can I create a schedule message in Telegram from myself without a bot with Python? 问题 我想使用Py...
6