ChannelAdminLogEventActionChangeAbout

class pyrogram.raw.types.ChannelAdminLogEventActionChangeAbout

The description was changed

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: 55188A2E

Parameters:
  • prev_value (str) – Previous description

  • new_value (str) – New description

TL Schema

channelAdminLogEventActionChangeAbout#55188a2e
prev_value:string
new_value:string

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionChangeAbout
├── prev_valuestring
└── new_valuestring

Example

ChannelAdminLogEventActionChangeAbout(
    prev_value="text",
    new_value="text",
)