Layer 220
constructor
channelAdminLogEventActionChangeAbout#55188a2e prev_value:string new_value:string = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue string Previous description
NewValue string New description

Gogram Example

// Creating ChannelAdminLogEventActionChangeAbout constructor
obj := &tg.ChannelAdminLogEventActionChangeAbout{
    PrevValue: "...",
    NewValue: "...",
}