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

# Send Telegram message

> Send a message to the user via Telegram.

{/* Tool: send_telegram_message */}

## Parameters

<ParamField path="message" type="string" default={""}>
  The text content to send. Omit or leave empty only when media\_files is provided.
</ParamField>

<ParamField path="media_files" type="string[]" default={[]}>
  Absolute file paths to send as media attachments. Optional; most messages are text-only.
</ParamField>

<ParamField path="recipient" type="string" default={""}>
  Username or user ID of a specific connected Telegram account. Leave empty in the normal single-account case. There is no contact\_name parameter.
</ParamField>
