Oleksandr

Results 3 issues of Oleksandr

Добавил метод `message` который необходим для получения всех входящих сообщений (включая произвольный текст), на ряду с `callbackQuery` и другими типами сообщений отправляемых Телеграмом. ```php $client->message(function (Message $message) { //... });...

Hi. I found one problem when switching between different databases. My code: ```php GeometryEngineRegistry::set(new PDOEngine($pdo)); $cs = CoordinateSystem::xy(4326); $polygon = new Polygon($cs, ...[ new LineString($cs, ...[ new Point($cs, 0, 0),...

Now it will be possible to get the codes of neighboring points in all directions