updateGroupCallEncryptedMessage
A new E2E-encrypted message or emoji reaction was received in a conference call, see here for the decryption process.
Header Parameters
HMAC-SHA256 hex digest of the raw request body
The delivered Telegram event type
Unique event ID for idempotency
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Unique event identifier
Value in
- "telegram.updateGroupCallEncryptedMessage"
date-timeResponse Body
Example Requests
/telegram.updateGroupCallEncryptedMessageupdateGroupCallConnection
Connection parameters returned after joining a group call, see presentations and stream mode. If presentation is set, the parameters belong to the separate presentation connection; otherwise they belong to the main connection. For a normal WebRTC connection, pass params to the local tgcalls group-call engine as its join response payload. For stream-mode calls, where the client plays the call by downloading media chunks instead of using WebRTC, params instead has one of the following shapes: for a call that entered stream mode, or for an RTMP-mode call.
updateGroupCallMessage
A new message, reaction, paid comment or donation was received through the in-call message overlay.