> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Telegram

> 38 actions available for Telegram through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/telegram/filled/png" alt="Telegram" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Telegram</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>38 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Messaging</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="Bot Token">
    Create a Telegram bot and obtain the Bot Token from BotFather. Open Telegram, search for @BotFather, send /newbot, follo...

    Guides: [Connector Profile](/connectors/telegram/guides/connector-profile/bot-token), [Link Account](/connectors/telegram/guides/link-account/bot-token)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>38 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_me" data-action-label="Get Bot Info" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Bot Info</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_me" aria-label="Copy telegram_get_me"><code className="connector-page-code">telegram\_get\_me</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get information about the bot</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_updates" data-action-label="Get Updates" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Updates</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_updates" aria-label="Copy telegram_get_updates"><code className="connector-page-code">telegram\_get\_updates</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get incoming updates for the bot</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_webhook_info" data-action-label="Get Webhook Info" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Webhook Info</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_webhook_info" aria-label="Copy telegram_get_webhook_info"><code className="connector-page-code">telegram\_get\_webhook\_info</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get current webhook status</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_set_webhook" data-action-label="Set Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Set Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_set_webhook" aria-label="Copy telegram_set_webhook"><code className="connector-page-code">telegram\_set\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Set a webhook URL to receive updates</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_delete_webhook" data-action-label="Delete Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_delete_webhook" aria-label="Copy telegram_delete_webhook"><code className="connector-page-code">telegram\_delete\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Remove the webhook and switch to polling</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_answer_callback_query" data-action-label="Answer Callback Query" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Answer Callback Query</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_answer_callback_query" aria-label="Copy telegram_answer_callback_query"><code className="connector-page-code">telegram\_answer\_callback\_query</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a response to a callback query from an inline keyboard button</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_chat" data-action-label="Get Chat" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Chat</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_chat" aria-label="Copy telegram_get_chat"><code className="connector-page-code">telegram\_get\_chat</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get information about a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_chat_administrators" data-action-label="Get Chat Administrators" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Chat Administrators</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_chat_administrators" aria-label="Copy telegram_get_chat_administrators"><code className="connector-page-code">telegram\_get\_chat\_administrators</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of administrators in a group or channel</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_chat_member_count" data-action-label="Get Chat Member Count" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Chat Member Count</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_chat_member_count" aria-label="Copy telegram_get_chat_member_count"><code className="connector-page-code">telegram\_get\_chat\_member\_count</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the number of members in a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_chat_member" data-action-label="Get Chat Member" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Chat Member</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_chat_member" aria-label="Copy telegram_get_chat_member"><code className="connector-page-code">telegram\_get\_chat\_member</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get information about a member of a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_ban_chat_member" data-action-label="Ban Chat Member" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Ban Chat Member</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_ban_chat_member" aria-label="Copy telegram_ban_chat_member"><code className="connector-page-code">telegram\_ban\_chat\_member</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Ban a user from a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_unban_chat_member" data-action-label="Unban Chat Member" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Unban Chat Member</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_unban_chat_member" aria-label="Copy telegram_unban_chat_member"><code className="connector-page-code">telegram\_unban\_chat\_member</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unban a previously banned user from a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_leave_chat" data-action-label="Leave Chat" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Leave Chat</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_leave_chat" aria-label="Copy telegram_leave_chat"><code className="connector-page-code">telegram\_leave\_chat</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Make the bot leave a group, supergroup, or channel</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_create_chat_invite_link" data-action-label="Create Chat Invite Link" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Chat Invite Link</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_create_chat_invite_link" aria-label="Copy telegram_create_chat_invite_link"><code className="connector-page-code">telegram\_create\_chat\_invite\_link</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an additional invite link for a group or channel</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_export_chat_invite_link" data-action-label="Export Chat Invite Link" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Export Chat Invite Link</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_export_chat_invite_link" aria-label="Copy telegram_export_chat_invite_link"><code className="connector-page-code">telegram\_export\_chat\_invite\_link</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get or regenerate the primary invite link for a group or channel</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_file" data-action-label="Get File" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get File</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_file" aria-label="Copy telegram_get_file"><code className="connector-page-code">telegram\_get\_file</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get basic information about a file and prepare it for downloading</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_get_user_profile_photos" data-action-label="Get User Profile Photos" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get User Profile Photos</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_get_user_profile_photos" aria-label="Copy telegram_get_user_profile_photos"><code className="connector-page-code">telegram\_get\_user\_profile\_photos</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of profile pictures for a user</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_message" data-action-label="Send Message" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_message" aria-label="Copy telegram_send_message"><code className="connector-page-code">telegram\_send\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a text message to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_forward_message" data-action-label="Forward Message" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Forward Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_forward_message" aria-label="Copy telegram_forward_message"><code className="connector-page-code">telegram\_forward\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Forward a message to another chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_copy_message" data-action-label="Copy Message" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Copy Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_copy_message" aria-label="Copy telegram_copy_message"><code className="connector-page-code">telegram\_copy\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Copy a message to another chat without a forwarding link</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_edit_message_text" data-action-label="Edit Message Text" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Edit Message Text</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_edit_message_text" aria-label="Copy telegram_edit_message_text"><code className="connector-page-code">telegram\_edit\_message\_text</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Edit the text of a previously sent message</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_delete_message" data-action-label="Delete Message" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_delete_message" aria-label="Copy telegram_delete_message"><code className="connector-page-code">telegram\_delete\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a message from a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_photo" data-action-label="Send Photo" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Photo</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_photo" aria-label="Copy telegram_send_photo"><code className="connector-page-code">telegram\_send\_photo</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a photo to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_document" data-action-label="Send Document" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Document</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_document" aria-label="Copy telegram_send_document"><code className="connector-page-code">telegram\_send\_document</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a document or file to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_pin_message" data-action-label="Pin Message" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Pin Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_pin_message" aria-label="Copy telegram_pin_message"><code className="connector-page-code">telegram\_pin\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Pin a message in a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_unpin_message" data-action-label="Unpin Message" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Unpin Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_unpin_message" aria-label="Copy telegram_unpin_message"><code className="connector-page-code">telegram\_unpin\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unpin a specific message in a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_audio" data-action-label="Send Audio" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Audio</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_audio" aria-label="Copy telegram_send_audio"><code className="connector-page-code">telegram\_send\_audio</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send an audio file to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_video" data-action-label="Send Video" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Video</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_video" aria-label="Copy telegram_send_video"><code className="connector-page-code">telegram\_send\_video</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a video file to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_animation" data-action-label="Send Animation" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Animation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_animation" aria-label="Copy telegram_send_animation"><code className="connector-page-code">telegram\_send\_animation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send an animation (GIF or H.264/MPEG-4 AVC video without sound) to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_voice" data-action-label="Send Voice" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Voice</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_voice" aria-label="Copy telegram_send_voice"><code className="connector-page-code">telegram\_send\_voice</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a voice message to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_location" data-action-label="Send Location" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Location</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_location" aria-label="Copy telegram_send_location"><code className="connector-page-code">telegram\_send\_location</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a geographic location to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_contact" data-action-label="Send Contact" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Contact</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_contact" aria-label="Copy telegram_send_contact"><code className="connector-page-code">telegram\_send\_contact</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a phone contact to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_poll" data-action-label="Send Poll" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Poll</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_poll" aria-label="Copy telegram_send_poll"><code className="connector-page-code">telegram\_send\_poll</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a native poll to a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_dice" data-action-label="Send Dice" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Dice</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_dice" aria-label="Copy telegram_send_dice"><code className="connector-page-code">telegram\_send\_dice</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send an animated emoji that displays a random value</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_send_chat_action" data-action-label="Send Chat Action" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Send Chat Action</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_send_chat_action" aria-label="Copy telegram_send_chat_action"><code className="connector-page-code">telegram\_send\_chat\_action</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Send a chat action indicator to show the bot is processing</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_delete_messages" data-action-label="Delete Messages" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Messages</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_delete_messages" aria-label="Copy telegram_delete_messages"><code className="connector-page-code">telegram\_delete\_messages</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete multiple messages in a chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_forward_messages" data-action-label="Forward Messages" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Forward Messages</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_forward_messages" aria-label="Copy telegram_forward_messages"><code className="connector-page-code">telegram\_forward\_messages</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Forward multiple messages to another chat</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="telegram_copy_messages" data-action-label="Copy Messages" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Copy Messages</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="telegram_copy_messages" aria-label="Copy telegram_copy_messages"><code className="connector-page-code">telegram\_copy\_messages</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Copy multiple messages to another chat without the original source attribution</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/telegram/guides/connector-profile/bot-token" icon="https://stackone-logos.com/api/telegram/filled/png" horizontal>
        Telegram - Bot Token
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/telegram/guides/link-account/bot-token" icon="https://stackone-logos.com/api/telegram/filled/png" horizontal>
        Telegram - Bot Token
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
