Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send-request with RequestType::Get tries to use += for string concat #15

Open
timo opened this issue May 30, 2018 · 1 comment
Open

Comments

@timo
Copy link

timo commented May 30, 2018

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?

@heince
Copy link

heince commented Jul 1, 2018

i'm testing with offset and limit, got same issue when sending request with params, have sent the pull request on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants