updateGroupCallEncryptedMessage

A new E2E-encrypted message or emoji reaction was received in a conference call, see here » for the decryption process.

updateGroupCallEncryptedMessage#c957a766 call:InputGroupCall from_id:Peer encrypted_message:bytes = Update;

Parameters

Name Type Description
call InputGroupCall Conference call that received the encrypted message
from_id Peer Sender whose blockchain public key must be used to verify the encrypted packet
encrypted_message bytes Complete encrypted packet

Type

Update

Related pages

E2E Group Calls

End-to-end encryption used for Telegram group voice and video calls, using a blockchain for state management.