A genuine Perl 6 client for the Telegram's Bot API.
Shoot me a text
use Telegram;
my $token = "xxx:yyy"; # replace with your token
my $bot = Telegram::Bot.new($token);
my $res = $bot.get-me();
say $res;
$ zef install TelegramBot
PERL6LIB=lib prove -e perl6 t
Martin Barth (ufobat)
David Warring (dwarring)
Apache 2.0