Luis Gil Guijarro

Results 2 comments of Luis Gil Guijarro

The method for deleting messages: [deleteMessage](https://core.telegram.org/bots/api#deletemessage) is not implement it throws an : ``` api.rb:53:in `method_missing': undefined method `delete_message' ``` when used example: ``` @@bot.api.delete_message( chat_id: @id_chat, message_id: @id_mensaje) ```

Working fine, for me this issue is resolved.