lib/telegram/bot/api.rb in telegram-bot-ruby-0.3.0 vs lib/telegram/bot/api.rb in telegram-bot-ruby-0.3.1

- old
+ new

@@ -3,11 +3,11 @@ class Api include HTTMultiParty ENDPOINTS = %w( getMe sendMessage forwardMessage sendPhoto sendAudio sendDocument - sendSticker sendVideo sendLocation sendChatAction getUserProfilePhotos - getUpdates setWebhook + sendSticker sendVideo sendVoice sendLocation sendChatAction + getUserProfilePhotos getUpdates setWebhook ).freeze REPLY_MARKUP_TYPES = [ Telegram::Bot::Types::ReplyKeyboardMarkup, Telegram::Bot::Types::ReplyKeyboardHide, Telegram::Bot::Types::ForceReply