Basic Information

appmixer.telegram.core.EditMessage

Edit Message

1.0.0

Public

Replaces the text of a message the bot sent earlier. Telegram allows editing a bot message for up to 48 hours after it was sent, and returns the edited message.

Input Ports

in

FieldTypeDescription
Chat ID text Numeric chat ID (for example -1002345678901 for a group or channel) or a public @channelusername. The bot must be a member of the chat. Chat IDs are emitted by the New Message trigger.
Message ID number ID of the message to edit. The bot must be its author.
Text textarea The replacement body. Up to 4096 characters.
Parse Mode select How to interpret formatting in the text or caption.
Disable Link Preview toggle Do not render a preview card for links contained in the text.

Output Ports

out

FieldTypeDescription
Message ID integer -
Thread ID integer -
From object -
Chat object -
Date (Unix Time) integer -
Edit Date (Unix Time) integer -
Text string -
Reply To Message object -

Full Metadata