Hi;
I want to get (retrieve) message from a channel which I’m only a member.
It is possible to do that ?
Why Get is not possible has an Operation on the resource Message
Get is only possible for Chat Resource.
I found this:
but have no idea if
its what I searched for
how to use it.
Thanks for any advice and return
n8n
December 19, 2024, 6:55pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
gualter
December 24, 2024, 2:11pm
3
hi @JOduMonT
Our telegram node doesn’t seem to support get chat messages operation. Here are all the operations you can do on the messages API: Telegram node Message operations documentation | n8n Docs
the Get operation is for the Chat API indeed. Perhaps you can use our HTTP node and create the call yourself as this is the typical node that is used as a fallback for non supported operations.
Hope this helps!
system
Closed
March 24, 2025, 2:11pm
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.