mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
encryptedChatWaiting | Chat waiting for approval of second participant. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: encryptedChatWaiting
Chat waiting for approval of second participant.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | Chat ID |
access_hash | long | Yes | Checking sum depending on user ID |
date | int | Yes | Date of chat creation |
admin_id | long | Yes | Chat creator ID |
participant_id | long | Yes | ID of second chat participant |
Type: EncryptedChat
Example:
$encryptedChatWaiting = ['_' => 'encryptedChatWaiting', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => long, 'participant_id' => long];