Link Search Menu Expand Document

Constructor: channelAdminLogEventActionToggleSlowMode

Back to constructors index

Slow mode setting for supergroups was changed

Attributes:

NameTypeRequiredDescription
prev_valueintYesPrevious slow mode value
new_valueintYesNew slow mode value

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionToggleSlowMode = ['_' => 'channelAdminLogEventActionToggleSlowMode', 'prev_value' => int, 'new_value' => int];