mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
770 B
770 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionToggleInvites | Invites were enabled/disabled | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionToggleInvites
Invites were enabled/disabled
Attributes:
Name | Type | Required | Description |
---|---|---|---|
new_value | Bool | Yes | New value |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionToggleInvites = ['_' => 'channelAdminLogEventActionToggleInvites', 'new_value' => Bool];