MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionT...

1.1 KiB

title: channelAdminLogEventActionToggleSlowMode description: Slow mode setting for supergroups was changed image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionToggleSlowMode

Back to constructors index

Slow mode setting for supergroups was changed

Attributes:

Name Type Required Description
prev_value int Yes Previous slow mode value
new_value int Yes New slow mode value

Type: ChannelAdminLogEventAction

Example:

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

Or, if you're into Lua:

channelAdminLogEventActionToggleSlowMode={_='channelAdminLogEventActionToggleSlowMode', prev_value=int, new_value=int}