Raw.InputPeerChannelFromMessage

Raw.InputPeerChannelFromMessage

Defines a min channel that was seen in a certain message of a certain chat.

inputPeerChannelFromMessage#bd2a0840 peer:InputPeer msg_id:int channel_id:long = InputPeer;
export namespace Raw {
  export class InputPeerChannelFromMessage {
    constructor(params: { peer: Raw.TypeInputPeer; msgId: number; channelId: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xbd2a0840

Property

  • peer : Raw.TypeInputPeer

    The chat where the channel’s message was seen

  • msgId : number

    The message id

  • channelId : bigint

    The identifier of the channel that was seen