597 B
597 B
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, ];