Telegram - New event trigger

The New event trigger monitors Telegram for new events, such as channel posts.

DEPRECATION NOTICE

This trigger is deprecated. Use the New events trigger instead, which lets you select which event types to subscribe to.

ONE TRIGGER PER CONNECTION

Telegram supports only one active trigger per connection.

Input

This trigger doesn't have any input fields.

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. Requires the bot to be a chat administrator.

Last updated: