MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleForum.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];