Explore Plans
Mobile menu Close menu
Telegram

History of messages with key phrase in a group

This query returns a list of when a user sends a message with the /ifttt command and a key phrase to the source group.

Developer info

API endpoint slug
telegram.history_of_messages_with_key_phrase_in_a_group
Runtime method
performQuery("telegram.history_of_messages_with_key_phrase_in_a_group"}

Query fields

Chat Dropdown list

Label
Which group?
Helper text
You can use the <a href="https://telegram.me/ifttt" target="_blank">@IFTTT</a> bot to <a href="https://telegram.me/ifttt?startgroup=c" target="_blank">connect new groups</a>.
Slug
chat_id
Required
true
Can have default value
false

Filter Text input

Label
Key phrase
Helper text
Any #hashtag or keyword. The Trigger fires when anyone sends a message with the command /ifttt and the key phrase to the group.
Slug
filter
Required
true
Can have default value
true

Reply text Text input > Other

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

Ingredients

Triggered at Date and time event was triggered.

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

Group title The title of the group.

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

Author name The name of the author who triggered the Applet.

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

Author username Author username, when available.

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

Text Represents a plain-text message contents. Does not include the 'Key phrase'.

Slug
text
Filter code
Telegram.historyOfMessagesWithKeyPhraseInAGroup.Text
Type
String
Example
Hello world!

Html Represents HTML-formatted message contents.

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