957 B
957 B
title | description | image |
---|---|---|
channelAdminLogEventActionToggleInvites | channelAdminLogEventActionToggleInvites attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionToggleInvites
Attributes:
Name | Type | Required |
---|---|---|
new_value | Bool | Yes |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionToggleInvites = ['_' => 'channelAdminLogEventActionToggleInvites', 'new_value' => Bool];
PWRTelegram json-encoded version:
{"_": "channelAdminLogEventActionToggleInvites", "new_value": Bool}
Or, if you're into Lua:
channelAdminLogEventActionToggleInvites={_='channelAdminLogEventActionToggleInvites', new_value=Bool}