Constructor: updateGroupCallEncryptedMessage
Attributes:
| Name | Type | Required |
|---|---|---|
| call | InputGroupCall | Yes |
| from_id | Peer | Yes |
| encrypted_message | bytes | Yes |
Type: Update
Example:
$updateGroupCallEncryptedMessage = ['_' => 'updateGroupCallEncryptedMessage', 'call' => InputGroupCall, 'from_id' => Peer, 'encrypted_message' => 'bytes'];