decrypt_group_call_data


Description:

public async Data decrypt_group_call_data (int32 group_call_id, MessageSender participant_id, GroupCallDataChannel data_channel, Bytes data) throws TDLibError

Decrypts group call data received by tgcalls

Parameters:

group_call_id

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

participant_id

Identifier of the group call participant, which sent the data

data_channel

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

data

Data to decrypt