Remove participants from a conference call.
Exactly one of the only_left
and kick
flags must be set.
Method schema is available as of layer 202. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
only_left | flags.0?true | Whether this is a removal of members that already left the conference call. |
kick | flags.1?true | Whether this is a forced removal of active members in a conference call. |
call | InputGroupCall | The conference call. |
ids | Vector<long> | IDs of users to remove. |
block | bytes | The block containing an appropriate e2e.chain.changeSetGroupState event |
Code | Type | Description |
---|---|---|
400 | GROUPCALL_INVALID | The specified group call is invalid. |