ChannelAdminLogEventActionChangeLinkedChat
- class pyrogram.raw.types.ChannelAdminLogEventActionChangeLinkedChat
The linked chat was changed
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
50C7AC8
- Parameters:
prev_value (
int64-bit) – Previous linked chatnew_value (
int64-bit) – New linked chat
TL Schema
channelAdminLogEventActionChangeLinkedChat#50c7ac8
prev_value:long
new_value:long
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionChangeLinkedChat
├── prev_value →
long└── new_value →
longExample
ChannelAdminLogEventActionChangeLinkedChat(
prev_value=0,
new_value=0,
)