MadelineProto/docs/API_docs/constructors/encryptedChat.md
2016-12-20 13:32:11 +01:00

858 B

title description
encryptedChat encryptedChat attributes, type and example

Constructor: encryptedChat

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_or_b bytes Required
key_fingerprint long Required

Type: EncryptedChat

Example:

$encryptedChat = ['_' => encryptedChat', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a_or_b' => bytes, 'key_fingerprint' => long, ];