英文: How to send message to a telegram bot using telebot api or telegram api 问题 目前,我已在Telegram中创建了一个机...
如何在aiogram中获取机器人的用户名?
英文: How to get bot's username in aiogram? 问题 To get the @username of a bot in Telegram using aio...
Sending a voice message from an OGG file using the InsanusMokrassar/TelegramBotAPI.
英文: Sending a voice message from an OGG file using the InsanusMokrassar/TelegramBotAPI 问题 我正在使用Insan...
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...
在使用Telegram API时,是否有可能在文本消息中隐藏bot_command?
英文: Is is possible to hide bot_command in text messages when using telegram api? 问题 我正在使用sendMessage...
How to adjust the image to meet the minimum requirements and avoid receiving the Telegram API Bad Request error: PHOTO_INVALID_DIMENSIONS?
英文: How to adjust the image to meet the minimum requirements and avoid receiving the Telegram API Ba...
可以使用 Telegram 机器人转发整个聊天或群组帖子吗?
英文: Is it possible to forward whole chat/group posts using telegram bot? 问题 我正在使用 python-telegram-bo...
`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 问题 我有我的客户端在线(回应用户消息),同时我也有一个发送新闻的邮件程序。 因此,在某个时间点,同时有两个...
如何在Java中通过Telegram机器人仅使用user_id获取任何用户的信息?
英文: How to get information about any user having only user_id in telegram bot in Java? 问题 I use Java...
6