Send an E2E-encrypted message or emoji reaction to all participants of a conference call. This method can only be used with conferences; see here » for the serialization and encryption process.
Method schema is available as of layer 216. Switch »
Parameters
| Name |
Type |
Description |
| call |
InputGroupCall |
Conference call that should receive the encrypted message or reaction |
| encrypted_message |
bytes |
Complete encrypted message or reaction packet produced as specified here » |
Result
Bool
Only users can use this method
Possible errors
| Code |
Type |
Description |
| 400 |
GROUPCALL_INVALID |
The specified group call is invalid. |
Related pages