ChannelAdminLogEventActionChangeAbout
- class pyrogram.raw.types.ChannelAdminLogEventActionChangeAbout
The description was changed
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
55188A2E
- Parameters:
prev_value (
str) – Previous descriptionnew_value (
str) – New description
TL Schema
channelAdminLogEventActionChangeAbout#55188a2e
prev_value:string
new_value:string
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionChangeAbout
├── prev_value →
string└── new_value →
stringExample
ChannelAdminLogEventActionChangeAbout(
prev_value="text",
new_value="text",
)