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 |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| folder_id |
flags.0?int |
Folder number: 0 is the main list, 1 is the archive. |
| id |
int |
Identifier of the object — which object depends on the field's type. |
| access_hash |
long |
Access hash: without it the server does not accept the identifier. It arrives with the object and belongs to it. |
| date |
int |
A point in time, unix seconds. |
| admin_id |
long |
|
| participant_id |
long |
|
| g_a |
bytes |
Public Diffie — Hellman value from the caller. |
Type
EncryptedChat
Related pages
Types used here