Layer 224
ChannelAdminLogEventActionChangeTheme
The chat theme was changed
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| PrevValue | string | Previous theme emoji |
| NewValue | string | New theme emoji |
Gogram Example
// Creating ChannelAdminLogEventActionChangeTheme constructor obj := &tg.ChannelAdminLogEventActionChangeTheme{ PrevValue: "Hello, World!", NewValue: "Hello, World!", }