Layer 220
constructor
channelAdminLogEventActionChangeTitle#e6dfb825 prev_value:string new_value:string = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue string Previous title
NewValue string New title

Gogram Example

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