743 B
743 B
title | description |
---|---|
encryptedChatWaiting | encryptedChatWaiting attributes, type and example |
Constructor: encryptedChatWaiting
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
access_hash | long | Required |
date | int | Required |
admin_id | int | Required |
participant_id | int | Required |
Type: EncryptedChat
Example:
$encryptedChatWaiting = ['_' => 'encryptedChatWaiting', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, ];