banGroupCallParticipants¶
Bans users from a group call not bound to a chat; requires groupCall.is_owned. Only the owner of the group call can invite the banned users back
banGroupCallParticipants(
group_call_id: int32,
user_ids: list of int64
) → Ok