Sha256: c31193a4fdd608ebb555dc8ee6cf275442ab718b4ce2dc35cffdc2fb3913f72b

Contents?: true

Size: 460 Bytes

Versions: 26

Compression:

Stored size: 460 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultVoice < Base
        attribute :type, String, default: 'voice'
        attribute :id, String
        attribute :voice_url, String
        attribute :title, String
        attribute :caption, String
        attribute :voice_duration, Integer
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_query_result_voice.rb