ComfyUI Node
Send Image(s) π½
A ComfyUI node in Telegram Suite π½ with 15 inputs and 3 outputs.
Send Image(s) π½
- bot
- IMAGE
- trigger
- message
- message_id
- trigger
βchat_idββΊ
βcaptionβΊ
βparse_modeβΎβΊ
βshow_caption_above_mediafalseβΊ
βhas_spoilerfalseβΊ
βdisable_notificationtrueβΊ
βprotect_contentfalseβΊ
βgrouptrueβΊ
βsend_as_filefalseβΊ
βfile_nameimageβΊ
βformatβΎβΊ
βmessage_thread_id-1βΊ
CategoryTelegram Suite π½
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| bot | TELEGRAM_BOT | Telegram bot instance | |
| chat_id | INT | Unique identifier for the target chat | |
| IMAGE | IMAGE | the image(s) to send | |
| caption | STRING | Media caption, 0-1024 characters after entities parsing | |
| parse_mode | COMBO | Mode for parsing entities in the photo caption. See https://core.telegram.org/bots/api#formatting-options for more details. | |
| show_caption_above_media | BOOLEAN | false | Pass True, if the caption must be shown above the message media |
| has_spoiler | BOOLEAN | false | Pass True if the media needs to be covered with a spoiler animation |
| disable_notification | BOOLEAN | true | Sends the message silently. Users will receive a notification with no sound. |
| protect_content | BOOLEAN | false | Protects the contents of the sent message from forwarding and saving |
| group | BOOLEAN | true | Pass True to send multiple media as media group |
| send_as_file | BOOLEAN | false | Pass True to send the media as file without compression |
| file_name | STRING | image | the file name for this media |
| format | COMBO | image format | |
| message_thread_id | INT | -1-1β9223372036854776000 | Unique identifier for the target message thread of the forum topic (-1 = None) |
| triggeropt | * | Optional trigger to enforce execution order |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| message | DICT | β |
| message_id | INT | β |
| trigger | * | β |