Raw.InputChannelFromMessage

Raw.InputChannelFromMessage

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

inputChannelFromMessage#5b934f9d peer:InputPeer msg_id:int channel_id:long = InputChannel;
export namespace Raw {
  export class InputChannelFromMessage {
    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: 0x5b934f9d

Property

  • peer : Raw.TypeInputPeer

    The chat where the channel was seen

  • msgId : number

    The message id in the chat where the channel was seen

  • channelId : bigint

    The channel id