MadelineProto/docs/API_docs/constructors/encryptedChatRequested.md

632 B

Constructor: encryptedChatRequested

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