Layer 220
ChannelAdminLogEventActionChangeTitle
Channel/supergroup title was changed
constructor
channelAdminLogEventActionChangeTitle#e6dfb825 prev_value:string new_value:string = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | string | Previous title |
| NewValue | string | New title |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeTitle constructor obj := &tg.ChannelAdminLogEventActionChangeTitle{ PrevValue: "...", NewValue: "...", }