mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
815 B
815 B
title | description |
---|---|
toggleChannelInvites | Gives or revokes right to invite new members to all current members of the channel. Needs appropriate rights in the channel. Available only for supergroups |
Method: toggleChannelInvites
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Gives or revokes right to invite new members to all current members of the channel. Needs appropriate rights in the channel. Available only for supergroups
Parameters:
Name | Type | Required | Description |
---|---|---|---|
channel_id | CLICK ME int | Yes | Identifier of the channel |
anyone_can_invite | CLICK ME Bool | Yes | New value of anyone_can_invite |