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
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 at
Date and time event was created.
Slug
created_at
Filter code
Telegram.historyOfMessagesInAGroup.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Author name
Name of the sender.
Slug
author_name
Filter code
Telegram.historyOfMessagesInAGroup.AuthorName
Type
String
Example
Pavel Durov
Author username
Sender's username, when available.
Slug
author_username
Filter code
Telegram.historyOfMessagesInAGroup.AuthorUsername
Type
String
Example
durov
Group title
Name of the group.
Slug
group_title
Filter code
Telegram.historyOfMessagesInAGroup.GroupTitle
Type
String
Example
Bot News Group
Text
Represents the contents of a plain-text message.
Slug
text
Filter code
Telegram.historyOfMessagesInAGroup.Text
Type
String
Example
Hello word!
Html
Represents 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>.