Sha256: d87833de0aa07791a10f5130e0a3d3caa2aa77bb1b8b20252888bdcfd28d7e2c

Contents?: true

Size: 425 Bytes

Versions: 9

Compression:

Stored size: 425 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 :voice_duration, Integer
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
telegram-bot-types-0.3.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/inline_query_result_voice.rb