# Telegram node

Use the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. Automated Workflows has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages.

On this page, you'll find a list of operations the Telegram node supports and links to more resources.

Credentials
Refer to [Telegram credentials](/guides/automated-workflows/integrations/builtin/credentials/telegram) for guidance on setting up authentication.

## Operations

* [**Chat** operations](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations)
  * [**Get**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations#get-chat) up-to-date information about a chat.
  * [**Get Administrators**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations#get-administrators): Get a list of all administrators in a chat.
  * [**Get Member**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations#get-chat-member): Get the details of a chat member.
  * [**Leave**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations#leave-chat) a chat.
  * [**Set Description**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations#set-description) of a chat.
  * [**Set Title**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/chat-operations#set-title) of a chat.
* [**Callback** operations](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/callback-operations)
  * [**Answer Query**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/callback-operations#answer-query): Send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards).
  * [**Answer Inline Query**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/callback-operations#answer-inline-query): Send answers to callback queries sent from inline queries.
* [**File** operations](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/file-operations)
  * [**Get File**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/file-operations#get-file) from Telegram.
* [**Message** operations](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations)
  * [**Delete Chat Message**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#delete-chat-message).
  * [**Edit Message Text**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#edit-message-text): Edit the text of an existing message.
  * [**Pin Chat Message**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#pin-chat-message) for the chat.
  * [**Send Animation**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-animation) to the chat.
    * For use with GIFs or H.264/MPEG-4 AVC videos without sound up to 50 MB in size.
  * [**Send Audio**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-audio) file to the chat and display it in the music player.
  * [**Send Chat Action**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-chat-action): Tell the user that something is happening on the bot's side. The status is set for 5 seconds or less.
  * [**Send Document**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-document) to the chat.
  * [**Send Location**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-location): Send a geolocation to the chat.
  * [**Send Media Group**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-media-group): Send a group of photos and/or videos.
  * [**Send Message**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-message) to the chat.
  * [**Send Photo**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-photo) to the chat.
  * [**Send Sticker**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-sticker) to the chat.
    * For use with static .WEBP, animated .TGS, or video .WEBM stickers.
  * [**Send Video**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#send-video) to the chat.
  * [**Unpin Chat Message**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/message-operations#unpin-chat-message) from the chat.


## Related resources

Refer to [Telegram's API documentation](https://core.telegram.org/bots/api) for more information about the service.

Automated Workflows provides a trigger node for Telegram. Refer to the trigger node docs [here](#) for more information.

## Common issues

For common errors or issues and suggested resolution steps, refer to [Common Issues](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.telegram/common-issues).