567 B
567 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 = ['id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, ];