MadelineProto/old_docs/API_docs_v45/constructors/encryptedChatRequested.md

814 B

title description
encryptedChatRequested encryptedChatRequested attributes, type and example

Constructor: encryptedChatRequested

Back to constructors index

Attributes:

Name Type Required
id int Required
access_hash long Required
date int Required
admin_id int Required
participant_id int Required
g_a bytes Required

Type: EncryptedChat

Example:

$encryptedChatRequested = ['_' => 'encryptedChatRequested', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a' => bytes, ];