masfree
Results
2
comments of
masfree
May be same problem. ``` cjpeg-dssim jpegoptim file_name.jpg Can't read /dev/fd/63: text chunk keyword too short or long: must have size 1-79 (standard_in) 1: syntax error (standard_in) 1: syntax error...
Hi @kirantpatil , it look's like: ``` require 'telegram/bot' class YourClass Telegram::Bot::Api.new(your_token).send_message(chat_id: your_chat_id, text: your_text) end ``` do not forgot ```gem 'telegram-bot-ruby'``` in your bundle