MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleInvites.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

976 B

title description image
channelAdminLogEventActionToggleInvites Invite setting toggled https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionToggleInvites

Back to constructors index

Invite setting toggled

Attributes:

Name Type Required Description
new_value Bool Yes New value

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}