mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:34:42 +01:00
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, ];