Layer 220
constructor
channelAdminLogEventActionChangeProfilePeerColor#5e477b25 prev_value:PeerColor new_value:PeerColor = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevValue PeerColor Previous accent palette
NewValue PeerColor New accent palette

Gogram Example

// Creating ChannelAdminLogEventActionChangeProfilePeerColor constructor
obj := &tg.ChannelAdminLogEventActionChangeProfilePeerColor{
    PrevValue: &tg.PeerColor{},
    NewValue: &tg.PeerColor{},
}