Telegram - New events trigger

The New events trigger monitors Telegram for an event type you specify, such as a channel post.

ONE TRIGGER PER CONNECTION

Telegram supports only one active trigger per connection.

Input

Input fieldDescription
EventsSelect the event types to subscribe to. Leave blank to subscribe to all event types. Some events, such as Chat member, require the bot to be a chat administrator.

Output

This trigger's output fields vary based on event type. The following table contains frequently returned fields. Refer to the Telegram Bot API Update documentation for more information on available event types.

Output fieldDescription
Update IDThe update's unique identifier.
MessageA new incoming message of any kind, such as text, photo, or sticker.
Edited messageThe new version of an edited message.
Channel postThe new incoming channel post of any kind, such as text, photo, or sticker.
Edited channel postThe new version of an edited channel post.
Inline queryThe new incoming inline query.
Callback queryThe new incoming callback query.
Shipping queryThe new incoming shipping query.
Pre-checkout queryThe new incoming pre-checkout query.
Chat memberThe updated status of a chat member.

Last updated: