我正在使用 Telethon 和 Python 3.6xx
能够从群组中检索消息,没问题,但是当涉及到频道时,我被卡住了。
dialogs = client(get_dialogs)
for chat in dialogs.chats:
getmessage = client.get_messages(chat.id, limit=400)
for message in getmessage:
print(message.message)
我搜索了 telethon 文档,但大多数答案都是针对旧的get_message_history
.
当我尝试使用以下chat.id = 1097988869
(news.bitcoin.com)时,我在下面收到一个错误(对于组chat.id
工作正常):
PeerIdInvalidError:使用了无效的 Peer。确保传递正确的对等类型