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
- 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
- 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
- Slug
- created_at
- Filter code
- Telegram.historyOfMessagesInAGroup.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- author_name
- Filter code
- Telegram.historyOfMessagesInAGroup.AuthorName
- Type
- String
- Example
- Pavel Durov
- Slug
- author_username
- Filter code
- Telegram.historyOfMessagesInAGroup.AuthorUsername
- Type
- String
- Example
- durov
- Slug
- group_title
- Filter code
- Telegram.historyOfMessagesInAGroup.GroupTitle
- Type
- String
- Example
- Bot News Group
- Slug
- text
- Filter code
- Telegram.historyOfMessagesInAGroup.Text
- Type
- String
- Example
- Hello word!
- 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>.