messages.getDiscussionMessage

Get discussion message from the associated discussion group of a channel to show it on top of the comment section, without actually joining the group

messages.discussionMessage#a6341782 flags:# messages:Vector<Message> max_id:flags.0?int read_inbox_max_id:flags.1?int read_outbox_max_id:flags.2?int unread_count:int chats:Vector<Chat> users:Vector<User> = messages.DiscussionMessage;
---functions---
messages.getDiscussionMessage#446972fd peer:InputPeer msg_id:int = messages.DiscussionMessage;

Parameters

Name Type Description
peer InputPeer Channel ID
msg_id int Message ID

Result

messages.DiscussionMessage

Possible errors

Code Type Description
400 CHANNEL_INVALID The provided channel is invalid.
400 MSG_ID_INVALID Invalid message ID provided.
400 PEER_ID_INVALID The provided peer id is invalid.

Related pages

Channels

How to handle channels, supergroups, groups, and what's the difference between them.

Threads

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

Discussion groups

Groups can be associated to a channel as a discussion group, to allow users to discuss about posts.