1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
encryptedChatWaiting | Chat waiting for approval of second participant. | 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 | int | Yes | Chat creator ID |
participant_id | int | Yes | ID of second chat participant |
Type: EncryptedChat
Example:
$encryptedChatWaiting = ['_' => 'encryptedChatWaiting', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int];
Or, if you're into Lua:
encryptedChatWaiting={_='encryptedChatWaiting', id=int, access_hash=long, date=int, admin_id=int, participant_id=int}