telegram api constructor · layer 229 · #61f0d4c7
encryptedChat
Encrypted chat
definition
encryptedChat#61f0d4c7 id:int access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long = EncryptedChat;
parameters
| name | type | description |
|---|---|---|
id | int | Chat ID |
access_hash | long | Check sum dependent on the user ID |
date | int | Date chat was created |
admin_id | long | Chat creator ID |
participant_id | long | ID of the second chat participant |
g_a_or_b | bytes | B = g ^ b mod p, if the currently authorized user is the chat's creator,or A = g ^ a mod p otherwiseSee Wikipedia for more info |
key_fingerprint | long | 64-bit fingerprint of received key |
type
EncryptedChat · other constructors: encryptedChatEmpty, encryptedChatWaiting, encryptedChatRequested, encryptedChatDiscarded
history
present in layers 8–229 · constructor id changed 2×
| id | layers |
|---|---|
| #6601d14f | 8–10 |
| #fa56ce36 | 11–132 |
| #61f0d4c7 | 133–229 |