TelegramBot
TelegramBot copied to clipboard
A genuine Perl 6 client for Telegram Bot API
Есть кто нибудь
Rakudo Star 2018.04.1 and Rakudo 2018.05 Tested on Mac High Sierra and CentOS 7. - after 'zef install TelegramBot', importing 'use Telegram' failed, it didn't error if using 'use TelegramBot'....
https://github.com/GildedHonour/TelegramBot/blob/master/lib/Telegram.pm6#L32 this is surely wrong, because + doesn't concatenate strings, but there's probably also some kind of separator character missing, so that values and following keys don't run together?
Would it be possible to add a `listen` method that just listens for updates with a `start` block? So you could utilize P6's nice `react whenever` system instead of using...
Hello, Thank you for the time and effort you have put in what is now the [Raku Programming Language](https://raku.org). The language and its ecosystem are [moving forward](https://github.com/Raku/problem-solving/pull/318). This means that...