Layer 220
ChannelAdminLogEventActionChangeAbout
The description was changed
constructor
channelAdminLogEventActionChangeAbout#55188a2e prev_value:string new_value:string = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | string | Previous description |
| NewValue | string | New description |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeAbout constructor obj := &tg.ChannelAdminLogEventActionChangeAbout{ PrevValue: "...", NewValue: "...", }