From f2b1078b41293344c58f32e221d703508b52803a Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 10 Apr 2017 13:51:56 +0200 Subject: [PATCH] 10 --- src/danog/MadelineProto/MTProto.php | 2 +- src/danog/MadelineProto/TL_botAPI.tl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index 492cc003..f9bf6fed 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -444,7 +444,7 @@ Slv8kg9qv1m6XHVQY3PnEw+QQtqSIXklHwIDAQAB public function getV() { - return 10; + return 11; } public function get_self() diff --git a/src/danog/MadelineProto/TL_botAPI.tl b/src/danog/MadelineProto/TL_botAPI.tl index 044e8a5c..b50bcfeb 100644 --- a/src/danog/MadelineProto/TL_botAPI.tl +++ b/src/danog/MadelineProto/TL_botAPI.tl @@ -5,4 +5,4 @@ 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_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#9 dc_id:int id:long access_hash:long = File; +bot_gif#10 dc_id:int id:long access_hash:long = File;