Layer 220
ChannelAdminLogEventActionChangeProfilePeerColor
The profile accent color was changed
constructor
channelAdminLogEventActionChangeProfilePeerColor#5e477b25 prev_value:PeerColor new_value:PeerColor = ChannelAdminLogEventAction;
Parameters
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeProfilePeerColor constructor obj := &tg.ChannelAdminLogEventActionChangeProfilePeerColor{ PrevValue: &tg.PeerColor{}, NewValue: &tg.PeerColor{}, }