mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 20:46:56 +01:00
729 B
729 B
title | description |
---|---|
toggleGroupAdministrators | Gives or revokes all members of the group administrator rights. Needs creator privileges in the group |
Method: toggleGroupAdministrators
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Gives or revokes all members of the group administrator rights. Needs creator privileges in the group
Parameters:
Name | Type | Required | Description |
---|---|---|---|
group_id | CLICK ME int | Yes | Identifier of the group |
everyone_is_administrator | CLICK ME Bool | Yes | New value of everyone_is_administrator |