pub async fn decrypt_group_call_data(
group_call_id: i32,
participant_id: MessageSender,
data_channel: Option<GroupCallDataChannel>,
data: String,
client_id: i32,
) -> Result<Data, Error>Expand description
Decrypts group call data received by tgcalls
ยงArguments
group_call_id- Group call identifier. The call must not be a video chatparticipant_id- Identifier of the group call participant, which sent the datadata_channel- Data channel for which data was encrypted; pass null if unknowndata- Data to decryptclient_id- The client id to send the request to