Layer 224
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!",
}