MadelineProto/old_docs/API_docs_v68/constructors/channelAdminLogEventActionToggleInvites.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

884 B

title description
channelAdminLogEventActionToggleInvites channelAdminLogEventActionToggleInvites attributes, type and example

Constructor: channelAdminLogEventActionToggleInvites

Back to constructors index

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}