mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:37:47 +01:00
863 B
863 B
title | description |
---|---|
encryptedChat | encryptedChat attributes, type and example |
Constructor: encryptedChat
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, ];