Telegram Get Message from Channel

Hi;

I want to get (retrieve) message from a channel which I’m only a member.

  1. 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

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:

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!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.