837 B
837 B
title | description | image |
---|---|---|
channelAdminLogEventActionToggleInvites | Invite setting toggled | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionToggleInvites
Invite setting toggled
Attributes:
Name | Type | Required | Description |
---|---|---|---|
new_value | Bool | Yes | New value |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionToggleInvites = ['_' => 'channelAdminLogEventActionToggleInvites', 'new_value' => Bool];
Or, if you're into Lua:
channelAdminLogEventActionToggleInvites={_='channelAdminLogEventActionToggleInvites', new_value=Bool}