1
0
mirror of https://github.com/danog/tl-schema.git synced 2024-11-26 11:54:54 +01:00

Fixed typo

This commit is contained in:
Daniil Gentili 2017-10-13 18:23:00 +00:00
parent 0027350ac5
commit f3e7dcc18e
2 changed files with 2 additions and 2 deletions

2
all.tl
View File

@ -27,7 +27,7 @@ messageEncryptedAction#555555f7 encryptedAction:DecryptedMessageAction = Message
// Video
videoEncrypted#55555553 id:long access_hash:long user_id:int date:int caption:string duration:int size:int thumb:PhotoSize dc_id:int w:int h:int key:bytes iv:bytes = Video;
--types---
---types---
===8===
decryptedMessage#1f814f1f random_id:long random_bytes:bytes message:string media:DecryptedMessageMedia = DecryptedMessage;
decryptedMessageService#aa48327d random_id:long random_bytes:bytes action:DecryptedMessageAction = DecryptedMessage;

View File

@ -1,4 +1,4 @@
--types---
---types---
===8===
decryptedMessage#1f814f1f random_id:long random_bytes:bytes message:string media:DecryptedMessageMedia = DecryptedMessage;
decryptedMessageService#aa48327d random_id:long random_bytes:bytes action:DecryptedMessageAction = DecryptedMessage;