EncryptedChat

class pyrogram.raw.types.EncryptedChat

Telegram API type.

Constructor of EncryptedChat.

Details:
  • Layer: 187

  • ID: 61F0D4C7

Parameters:
  • id (int 32-bit) – N/A

  • access_hash (int 64-bit) – N/A

  • date (int 32-bit) – N/A

  • admin_id (int 64-bit) – N/A

  • participant_id (int 64-bit) – N/A

  • g_a_or_b (bytes) – N/A

  • key_fingerprint (int 64-bit) – N/A

Functions:

This object can be returned by 2 functions.

messages.RequestEncryption

Telegram API function.

messages.AcceptEncryption

Telegram API function.