phone.SendGroupCallEncryptedMessage#

class pyrogram.raw.functions.phone.SendGroupCallEncryptedMessage#

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: 227

  • ID: E5AFA56D

Parameters:
  • 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 »

Returns:

bool