MadelineProtoDocs/docs/TD_docs/methods/toggleChannelInvites.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
870 B
Markdown

---
title: toggleChannelInvites
description: 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
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: toggleChannelInvites
[Back to methods index](index.md)
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|[int](../types/int.md) | Yes|Identifier of the channel|
|anyone\_can\_invite|[Bool](../types/Bool.md) | Yes|New value of anyone_can_invite|
### Return type: [Ok](../types/Ok.md)