MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleInvites.md
2024-05-01 14:53:46 +02:00

770 B

title description nav_exclude image
channelAdminLogEventActionToggleInvites Invites were enabled/disabled true 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];