Skip to content

Feature: support threads for telegram notifications #447

@dotX12

Description

@dotX12

First of all I want to say thank you for this project.

I have a big request to add support for threads for notifications using telegram.
Add an optional thread_id field that will influence which thread a telegram message will go to in a channel/chat.

In a recent (or long ago) update, it was possible to create threads in a telegram group, and to send a message to a specific thread, you need to specify message_thread_id

Example:

curl -X POST -H 'Content-Type: application/json' \
  -d '{"message_thread_id": "4", "chat_id": "-100_<chat_id>", "text": "some message"}' \
  https://api.telegram.org/bot<BOT_TOKEN>/sendMessage

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions