MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionT...

851 B

title description image
channelAdminLogEventActionToggleInvites Invites were enabled/disabled https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionToggleInvites

Back to constructors index

Invites were enabled/disabled

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}