telegram api constructor · layer 229 · #48f1d94c
encryptedChatRequested
Request to create an encrypted chat.
definition
encryptedChatRequested#48f1d94c flags:# folder_id:flags.0?int id:int access_hash:long date:int admin_id:long participant_id:long g_a:bytes = EncryptedChat;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
folder_id | int | Peer folder ID, for more info click here |
id | int | Chat ID |
access_hash | long | Check sum depending on user ID |
date | int | Chat creation date |
admin_id | long | Chat creator ID |
participant_id | long | ID of second chat participant |
g_a | bytes | A = g ^ a mod p, see Wikipedia |
type
EncryptedChat · other constructors: encryptedChatEmpty, encryptedChatWaiting, encryptedChat, encryptedChatDiscarded
history
present in layers 8–229 · constructor id changed 3×
| id | layers |
|---|---|
| #fda9a7b7 | 8–10 |
| #c878527e | 11–115 |
| #62718a82 | 116–132 |
| #48f1d94c | 133–229 |