From cdc7a148de959399c55aa1c8ffc63fabbab0bf81 Mon Sep 17 00:00:00 2001 From: danogentili Date: Sat, 25 Mar 2017 17:43:38 +0300 Subject: [PATCH] git add -A --- a.php | 12 ++++++++++++ src/danog/MadelineProto/TL_botAPI.tl | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 a.php create mode 100644 src/danog/MadelineProto/TL_botAPI.tl diff --git a/a.php b/a.php new file mode 100644 index 00000000..177d8b93 --- /dev/null +++ b/a.php @@ -0,0 +1,12 @@ +multiply($t); +var_dump($x); +} +echo($two->__toString().PHP_EOL); diff --git a/src/danog/MadelineProto/TL_botAPI.tl b/src/danog/MadelineProto/TL_botAPI.tl new file mode 100644 index 00000000..19b65011 --- /dev/null +++ b/src/danog/MadelineProto/TL_botAPI.tl @@ -0,0 +1,7 @@ +bot_thumbnail#0 dc_id:int id:long access_hash:long volume_id:long secret:long local_id:int = File; +bot_photo#2 dc_id:int id:long access_hash:long volume_id:long secret:long local_id:int = 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_sticker#8 dc_id:int id:long access_hash:long = File; +bot_audio#9 dc_id:int id:long access_hash:long = File;