Constructor: channelAdminLogEventActionChangeProfilePeerColor
The profile accent color was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | PeerColor | Yes | Previous accent palette |
new_value | PeerColor | Yes | New accent palette |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeProfilePeerColor = ['_' => 'channelAdminLogEventActionChangeProfilePeerColor', 'prev_value' => PeerColor, 'new_value' => PeerColor];