因此,我必须将传入的频道帖子转发到我的私人聊天以进行测试。现在,它可以工作,但仅限于文本。如果频道帖子是媒体,则不会转发消息。
这是转发帖子的代码:
bot.forward_message(myId, '@ ' + username, msg.message_id)
# Where: myId is my telegram chat ID; '@' + username is the channel (done like this because
# there will be multiple channels); msg.message_id is the ID of the message it has to forward
我正在使用库 pyTelegramBotAPI (模块的名称是telebot)
红颜莎娜
相关分类