MadelineProto/docs/API_docs/constructors/channelAdminLogEventActionToggleInvites.md
2017-06-30 15:36:33 +02:00

748 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, ];

Or, if you're into Lua:

channelAdminLogEventActionToggleInvites={_='channelAdminLogEventActionToggleInvites', new_value=Bool, }