InputPeerChannelFromMessage#

class pyrogram.raw.types.InputPeerChannelFromMessage#

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

Constructor of InputPeer.

Details:
  • Layer: 158

  • ID: BD2A0840

Parameters:
  • peer (InputPeer) – The chat where the channel’s message was seen.

  • msg_id (int 32-bit) – The message ID.

  • channel_id (int 64-bit) – The identifier of the channel that was seen.