ChannelAdminLogEventActionChangeLinkedChat

class pyrogram.raw.types.ChannelAdminLogEventActionChangeLinkedChat

The linked chat was changed

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: 50C7AC8

Parameters:
  • prev_value (int 64-bit) – Previous linked chat

  • new_value (int 64-bit) – New linked chat

TL Schema

channelAdminLogEventActionChangeLinkedChat#50c7ac8
prev_value:long
new_value:long

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionChangeLinkedChat
├── prev_valuelong
└── new_valuelong

Example

ChannelAdminLogEventActionChangeLinkedChat(
    prev_value=0,
    new_value=0,
)