Layer 224
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: "Hello, World!",
    NewValue: "Hello, World!",
}