mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
913 B
913 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionToggleForum | Forum functionality was enabled or disabled. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionToggleForum
Forum functionality was enabled or disabled.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
new_value | Bool | Yes | Whether forum functionality was enabled or disabled. |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionToggleForum = ['_' => 'channelAdminLogEventActionToggleForum', 'new_value' => Bool];