tg/append.tl

8 lines
449 B
Plaintext
Raw Normal View History

2014-08-13 01:22:15 +00:00
decryptedMessageMediaVideoL12#4cee6ef3 thumb:bytes thumb_w:int thumb_h:int duration:int w:int h:int size:int key:bytes iv:bytes = DecryptedMessageMedia;
decryptedMessageMediaAudioL12#6080758f duration:int size:int key:bytes iv:bytes = DecryptedMessageMedia;
auth.bindTempAuthKey perm_auth_key_id:long nonce:long expires_at:int encrypted_message:string = Bool;
2014-08-29 19:46:04 +04:00
contacts.exportCard = Vector<int>;
contacts.importCard export_card:Vector<int> = User;