mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
955 B
955 B
title | description | nav_exclude | image |
---|---|---|---|
inputEncryptedChat | Creates an encrypted chat. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputEncryptedChat
Creates an encrypted chat.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
access_hash | long | Yes | Checking sum from constructor encryptedChat, encryptedChatWaiting or encryptedChatRequested |
Type: InputEncryptedChat
Example:
$inputEncryptedChat = ['_' => 'inputEncryptedChat', 'chat_id' => int, 'access_hash' => long];