MadelineProto/docs/TD_docs/methods/toggleChannelInvites.md

24 lines
815 B
Markdown
Raw Normal View History

---
title: toggleChannelInvites
2017-08-25 15:05:53 +02:00
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
---
## Method: toggleChannelInvites
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
2017-08-25 15:05:53 +02:00
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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel|
|anyone\_can\_invite|[CLICK ME Bool](../types/Bool.md) | Yes|New value of anyone_can_invite|
### Return type: [Ok](../types/Ok.md)