Basic Information

appmixer.telegram.core.NewMessage

New Message

1.0.0

Public

Triggers when the bot receives a message. Telegram allows only one webhook per bot, so every Telegram trigger of the same bot shares one registration created on flow start; stopping a flow leaves it in place because sibling flows may still need it. In groups the bot only sees messages addressed to it unless privacy mode is turned off in @BotFather.

Properties

FieldTypeDescription
Chat ID text Only emit messages from this chat. Leave empty to receive messages from every chat the bot is in. Numeric ID or @channelusername.
Include Edited Messages toggle Also fire when an existing message is edited.
Include Channel Posts toggle Also fire for posts published in channels the bot administers.

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 -
Caption string -
Photo Sizes array -
Document object -
Reply To Message object -
Update ID integer -
Update Kind string -

Full Metadata