UpdateChannel

class pyrogram.raw.types.UpdateChannel

Channel/supergroup (channel and/or channelFull) information was updated.

Constructor of Update.

Details:
  • Layer: 223

  • ID: 635B4C09

Parameters:

channel_id (int 64-bit) – Channel ID

TL Schema

updateChannel#635b4c09
channel_id:long

= Update

Parameter Tree

UpdateChannel
└── channel_idlong

Example

UpdateChannel(
    channel_id=0,
)