Skip to content

Commit ac91b2b

Browse files
committed
Add message_thread_id parameter to send_chat_action
1 parent 4226397 commit ac91b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_integrations/telegram_bot.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ Send a chat action. Use it to notify the user with the relevant "typing" action
392392
| `config_entry_id` | yes | The config entry representing the Telegram bot to send the message. Required if you have multiple Telegram bots.|
393393
| `target` | yes | An array of pre-authorized chat_ids or user_ids to send the notification to. Defaults to the first allowed chat_id. |
394394
| `chat_action` | no | Chat action to be sent: `typing`, `upload_photo`, `record_video`, `upload_video`, `record_voice`, `upload_voice`, `upload_document`, `choose_sticker`, `find_location`, `record_video_note`, `upload_video_note`. |
395+
| `message_thread_id` | yes | Send the message to a specific topic or thread.|
395396

396397
### Action `telegram_bot.edit_message`
397398

0 commit comments

Comments
 (0)