mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:11:26 +01:00
10
This commit is contained in:
parent
d8292e9add
commit
f2b1078b41
@ -444,7 +444,7 @@ Slv8kg9qv1m6XHVQY3PnEw+QQtqSIXklHwIDAQAB
|
|||||||
|
|
||||||
public function getV()
|
public function getV()
|
||||||
{
|
{
|
||||||
return 10;
|
return 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get_self()
|
public function get_self()
|
||||||
|
@ -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_document#5 dc_id:int id:long access_hash:long = File;
|
||||||
bot_sticker#8 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_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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user