Skip to content

banGroupCallParticipants

Function · TDLib 1.8.67 · d1085f9c

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

group_call_id

int32

Group call identifier

user_ids

list of int64

Identifiers of group call participants to ban; identifiers of unknown users from the update updateGroupCallParticipants can be also passed to the method