Automate Reddit
Explore Plans
Mobile menu Close menu
TelegramTelegram

History of messages in a group

This query returns a list of when any user sends the /ifttt command to the source group.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of when any user sends the /ifttt command to the source group.
API endpoint slug
telegram.history_of_messages_in_a_group
Runtime method
performQuery("telegram.history_of_messages_in_a_group")

Query fields

Chat ID Dropdown list

Label
Source group
Helper text
You can use the @IFTTT bot to connect new groups.
Slug
chat_id
Required
true
Can have default value
false

Reply text Text input > Other

Label
What to send as a reply?
Helper text
The bot will reply to the message with this text. Leave blank for a standard message.
Slug
reply_text
Required
true
Can have default value
true

Ingredients

Created atDate and time event was created.

Slug
created_at
Filter code
Telegram.historyOfMessagesInAGroup.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Author nameName of the sender.

Slug
author_name
Filter code
Telegram.historyOfMessagesInAGroup.AuthorName
Type
String
Example
Pavel Durov

Author usernameSender's username, when available.

Slug
author_username
Filter code
Telegram.historyOfMessagesInAGroup.AuthorUsername
Type
String
Example
durov

Group titleName of the group.

Slug
group_title
Filter code
Telegram.historyOfMessagesInAGroup.GroupTitle
Type
String
Example
Bot News Group

TextRepresents the contents of a plain-text message.

Slug
text
Filter code
Telegram.historyOfMessagesInAGroup.Text
Type
String
Example
Hello word!

HTMLRepresents the contents of an HTML-formatted message.

Slug
html
Filter code
Telegram.historyOfMessagesInAGroup.Html
Type
String
Example
Hello <b>world</b>.<br/>This string <i>can</i> contain <pre>some</pre> HTML <code>tags</code>.