EncryptedChatWaiting#

class hydrogram.raw.types.EncryptedChatWaiting[source]#

Telegram API type.

Constructor of EncryptedChat.

Details:
  • Layer: 166

  • ID: 66B25953

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

Functions:

This object can be returned by 2 functions.

messages.RequestEncryption

Telegram API function.

messages.AcceptEncryption

Telegram API function.