telegram-get-discussion-message
Get discussion group details for a Telegram channel post with comments enabled, including IDs and unread counts. Use the returned IDs to reply in the discussion group.
Instructions
For a channel post with comments enabled, returns the linked discussion-group info: discussionGroupId, discussionMsgId, unreadCount, readInboxMaxId, readOutboxMaxId, topMessage. Use discussionGroupId + discussionMsgId with telegram-send-message (replyTo=discussionMsgId) to post a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Channel ID or @username that contains the post | |
| messageId | Yes | ID of the channel post to get discussion info for |