Aleksey Ivanov

Results 85 comments of Aleksey Ivanov

I am not sure but try to do this ``` require 'open-uri' bot.api.send_photo(chat_id: message.chat.id, photo: open(image_url)) ```

It is hard to help you somehow. What does it mean "different APIs"? Are you sure bots are running with different tokens?

It is still relevant? Telegram seems to work fine despite of any blocks, doesn't it?

Negative id is OK, it is group chat id.

@iVanilla does your bot receive `/command@bot` message at all? Could you check in you logs?

I don't have very much experience about using bots in groups. But the situation seems pretty clear. Let's look at the [official documentation](https://core.telegram.org/bots#commands) on commands: > If multiple bots are...

@angelacode please see #118 for the updates.

According to error message you are using 0.3.11 version. Current version is 0.8.4. I think updating the gem would solve the issue. Also please use ``` for multiline code formatting.

Hi @TheStu, Could you provide any logs? It would be nice to see what exactly the bot is receiving from Telegram Bot API. Logging incoming message is [already supported](https://github.com/atipugin/telegram-bot-ruby/blob/master/lib/telegram/bot/client.rb#L62). You...

Thanks @TheStu. I think it would be interesting to see an update itself. Maybe you can log `data` [here](https://github.com/atipugin/telegram-bot-ruby/blob/master/lib/telegram/bot/client.rb#L34)?