From 09cdf1a2424fd117585c5d21eca3e5dcdf2a484f Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 6 Sep 2023 17:44:21 +0200 Subject: [PATCH] Fixup --- TL_botAPI.tl | 19 ------------------- TL_secret.tl | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 TL_botAPI.tl diff --git a/TL_botAPI.tl b/TL_botAPI.tl deleted file mode 100644 index 8c6dfdd..0000000 --- a/TL_botAPI.tl +++ /dev/null @@ -1,19 +0,0 @@ -bot_thumbnail#0 dc_id:int id:long access_hash:long volume_id:long = File; -bot_profile_photo#1 dc_id:int id:long access_hash:long volume_id:long = File; -bot_photo#2 dc_id:int id:long access_hash:long volume_id:long = File; - -bot_voice#3 dc_id:int id:long access_hash:long = File; -bot_video#4 dc_id:int id:long access_hash:long = File; -bot_document#5 dc_id:int id:long access_hash:long = File; -bot_encrypted#6 dc_id:int id:long access_hash:long = File; -bot_temp#7 dc_id:int id:long access_hash:long = File; -bot_sticker#8 dc_id:int id:long access_hash:long = File; -bot_audio#9 dc_id:int id:long access_hash:long = File; -bot_gif#A dc_id:int id:long access_hash:long = File; -bot_encrypted_thumbnail#B dc_id:int id:long access_hash:long = File; -bot_wallpaper#C dc_id:int id:long access_hash:long = File; -bot_video_note#D dc_id:int id:long access_hash:long = File; -bot_secure_raw#F dc_id:int id:long access_hash:long = File; -bot_secure#10 dc_id:int id:long access_hash:long = File; -bot_background#11 dc_id:int id:long access_hash:long = File; -bot_size#12 dc_id:int id:long access_hash:long = File; diff --git a/TL_secret.tl b/TL_secret.tl index f13743f..364fc11 100644 --- a/TL_secret.tl +++ b/TL_secret.tl @@ -95,7 +95,7 @@ messageEntityStrike#bf0693d4 offset:int length:int = MessageEntity; messageEntityBlockquote#20df5d0 offset:int length:int = MessageEntity; ===143=== -decryptedMessageMediaDocument#8e4c064c thumb:bytes thumb_w:int thumb_h:int mime_type:string size:long key:bytes iv:bytes attributes:Vector caption:string = DecryptedMessageMedia; +decryptedMessageMediaDocument#6abd9782 thumb:bytes thumb_w:int thumb_h:int mime_type:string size:long key:bytes iv:bytes attributes:Vector caption:string = DecryptedMessageMedia; ===144=== messageEntitySpoiler#32ca960f offset:int length:int = MessageEntity;