ComfyUI Node
Send Video π½
A ComfyUI node in Telegram Suite π½ with 12 inputs and 3 outputs.
Send Video π½
- bot
- video
- trigger
- message
- message_id
- trigger
βchat_idββΊ
βcaptionβΊ
βparse_modeβΎβΊ
βshow_caption_above_mediafalseβΊ
βhas_spoilerfalseβΊ
βdisable_notificationtrueβΊ
βprotect_contentfalseβΊ
βsend_asβΎβΊ
βmessage_thread_id-1βΊ
CategoryTelegram Suite π½
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| bot | TELEGRAM_BOT | Telegram bot instance | |
| chat_id | INT | Unique identifier for the target chat | |
| video | VHS_FILENAMES | the video to send (VHS) | |
| 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 |
| send_as | COMBO | How to send the video | |
| 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 | * | β |