Skip to content

[NODE] Add Send Telegram Media Message documentation #41

@ShambaC

Description

@ShambaC

Node Config

{
    title: "Send Telegram Media Message",
    category: "output",
    type: "tg_media_msg_send",
    icon: {},
    desc: "Send a media message via your telegram bot",
    credit: 100,
    inputs: [
        {
            desc: "The flow of the workflow",
            name: "Flow",
            type: "Flow",
        },
        {
            desc: "Direct link to the Media file you want to send",
            name: "Media Link",
            type: "Text",
        },
        {
            desc: "Caption text to send",
            name: "Caption",
            type: "Text",
        },
        {
            desc: "Chat ID to send the text to",
            name: "ChatID",
            type: "Text"
        }
    ],
    outputs: [],
    fields: [
        {
            desc: "Direct link to the Media file you want to send",
            name: "Media Link",
            type: "Text",
            value: "link here ...",
        },
        {
            desc: "Caption text to send",
            name: "Caption",
            type: "TextArea",
            value: "text here ...",
        },
        {
            desc: "Chat ID to send the text to",
            name: "ChatID",
            type: "Text",
            value: "123456",
        },
        {
            desc: "Media type that you want to send",
            name: "Media Type",
            type: "select",
            value: "voice",
            options: [
                "voice",
                "audio",
                "video",
                "gif",
                "photo",
                "document",
            ],
        },
        {
            desc: "Api Key of your Telegram bot",
            name: "TG_API_KEY",
            type: "env",
            defaultValue: "eydnfnuani...",
        },
    ],
    difficulty: "easy",
    tags: ["output", "media", "telegram", "bot"],
}

Additional Information

Long Description:
Send media files via telegram bot.

Use Cases:

  • Send media files to telegram
  • Send text to speech voice messages via agent
  • Send dubbed videos via eleven labs agent

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions