From befc7a5657597ac41f4bd4465a53d0c206456ea5 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sat, 20 May 2017 11:52:17 +0200 Subject: [PATCH] Fix layer 66 not being the real layer 66 Telegram decided to update the scheme.tl without increasing the layer number, so it had been unnoticed until now. --- telethon_generator/scheme.tl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 telethon_generator/scheme.tl diff --git a/telethon_generator/scheme.tl b/telethon_generator/scheme.tl old mode 100755 new mode 100644 index d28b08e8..3807a626 --- a/telethon_generator/scheme.tl +++ b/telethon_generator/scheme.tl @@ -505,7 +505,7 @@ sendMessageGeoLocationAction#176f8ba1 = SendMessageAction; sendMessageChooseContactAction#628cbc6f = SendMessageAction; sendMessageGamePlayAction#dd6a8f48 = SendMessageAction; sendMessageRecordRoundAction#88f27fbc = SendMessageAction; -sendMessageUploadRoundAction#bb718624 = SendMessageAction; +sendMessageUploadRoundAction#243e1c66 progress:int = SendMessageAction; contacts.found#1aa1f784 results:Vector chats:Vector users:Vector = contacts.Found; @@ -794,6 +794,7 @@ pageBlockEmbed#cde200d1 flags:# full_width:flags.0?true allow_scrolling:flags.3? pageBlockEmbedPost#292c7be9 url:string webpage_id:long author_photo_id:long author:string date:int blocks:Vector caption:RichText = PageBlock; pageBlockCollage#8b31c4f items:Vector caption:RichText = PageBlock; pageBlockSlideshow#130c8963 items:Vector caption:RichText = PageBlock; +pageBlockChannel#ef1751b5 channel:Chat = PageBlock; pagePart#8dee6c44 blocks:Vector photos:Vector videos:Vector = Page; pageFull#d7a19d69 blocks:Vector photos:Vector videos:Vector = Page; @@ -1097,4 +1098,4 @@ phone.discardCall#78d413a6 peer:InputPhoneCall duration:int reason:PhoneCallDisc phone.setCallRating#1c536a34 peer:InputPhoneCall rating:int comment:string = Updates; phone.saveCallDebug#277add7e peer:InputPhoneCall debug:DataJSON = Bool; -// LAYER 66 \ No newline at end of file +// LAYER 66