Raw.messages.GetDiscussionMessage

Raw.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.getDiscussionMessage#446972fd peer:InputPeer msg_id:int = messages.DiscussionMessage;
export namespace Raw {
  export namespace messages {
    export class GetDiscussionMessage {
      constructor(params: { peer: Raw.TypeInputPeer; msgId: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x446972fd

Property

Results

Raw.messages.TypeDiscussionMessage