Layer 220
ChannelAdminLogEventActionChangePeerColor
The message accent color was changed
constructor
channelAdminLogEventActionChangePeerColor#5796e780 prev_value:PeerColor new_value:PeerColor = ChannelAdminLogEventAction;
Parameters
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangePeerColor constructor obj := &tg.ChannelAdminLogEventActionChangePeerColor{ PrevValue: &tg.PeerColor{}, NewValue: &tg.PeerColor{}, }