{
  "author": "Community",
  "description": "Send screenshots to a Telegram chat via Bot API. Works with channels, groups, and DMs.",
  "icon": "paperplane.fill",
  "id": "community.telegram",
  "name": "Telegram Send",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "botToken",
      "label": "Bot Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "chatId",
      "label": "Chat ID",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://api.telegram.org/bot{{setting:botToken}}/sendPhoto?chat_id={{setting:chatId}}",
  "urlHeaders": null,
  "urlMethod": "POST",
  "version": "1.0.0"
}