Skip to content

decryptGroupCallData

Function · TDLib 1.8.67 · d1085f9c

Decrypts group call data received by tgcalls

decryptGroupCallData(
  group_call_id: int32,
  participant_id: MessageSender,
  data_channel: GroupCallDataChannel,
  data: bytes
) → Data

group_call_id

int32

Group call identifier. The call must not be a video chat

participant_id

MessageSender

Identifier of the group call participant, which sent the data

data_channel

GroupCallDataChannel

Data channel for which data was encrypted; pass null if unknown

data

bytes

Data to decrypt