Constructor: channelAdminLogEventActionChangePeerColor
The message 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:
$channelAdminLogEventActionChangePeerColor = ['_' => 'channelAdminLogEventActionChangePeerColor', 'prev_value' => PeerColor, 'new_value' => PeerColor];