Nurdaulet Maksutov

Results 3 issues of Nurdaulet Maksutov

```php $bot->inlineQuery(function($update) use ($bot){ $content = new \TelegramBot\Api\Types\Inline\InputMessageContent\Text('*Test*', 'html'); $result = new \TelegramBot\Api\Types\Inline\QueryResult\Article(time(),'Title', null,null,null,null, $content); $bot->answerInlineQuery($update->getId(), $result); $bot->sendMessage(808542421, $update->getid().$update->getQuery()); //FOR TESTING }); ``` No matter how much I test, **no...

https://github.com/TelegramBot/Api/pull/180 *you can only send 9 files