InputEncryptedChat

class pyrogram.raw.types.InputEncryptedChat

Creates an encrypted chat.

Constructor of InputEncryptedChat.

Details:
  • Layer: 223

  • ID: F141B5E1

Parameters:
  • chat_id (int 32-bit) – Chat ID

  • access_hash (int 64-bit) – Checking sum from constructor encryptedChat, encryptedChatWaiting or encryptedChatRequested

TL Schema

inputEncryptedChat#f141b5e1
chat_id:int
access_hash:long

= InputEncryptedChat

Parameter Tree

InputEncryptedChat
├── chat_idint
└── access_hashlong

Example

InputEncryptedChat(
    chat_id=0,
    access_hash=0,
)