phone.SendGroupCallEncryptedMessage¶
- class pyrogram.raw.functions.phone.SendGroupCallEncryptedMessage[source]¶
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.
Usable by Users Bots- Details:
Layer:
229ID:
E5AFA56D
- Parameters:
call (
InputGroupCall) – Conference call that should receive the encrypted message or reactionencrypted_message (
bytes) – Complete encrypted message or reaction packet produced as specified here »
- Returns:
bool