UpdateChannel
- class pyrogram.raw.types.UpdateChannel
Channel/supergroup (channel and/or channelFull) information was updated.
Constructor of
Update.- Details:
Layer:
223ID:
635B4C09
- Parameters:
channel_id (
int64-bit) – Channel ID
TL Schema
updateChannel#635b4c09
channel_id:long
= Update
Parameter Tree
UpdateChannel
└── channel_id →
longExample
UpdateChannel(
channel_id=0,
)