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 |
Example:
$encryptedChat = ['_' => 'encryptedChat', 'id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a_or_b' => bytes, 'key_fingerprint' => long, ];