TelegramBot icon indicating copy to clipboard operation
TelegramBot copied to clipboard

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

Open timo opened this issue 7 years ago • 1 comments

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?

timo avatar May 30 '18 17:05 timo

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

heince avatar Jul 01 '18 07:07 heince