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];