1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:27:46 +01:00
MadelineProto/docs/API_docs/constructors/encryptedChatRequested.md
2016-12-19 20:56:05 +03:00

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