Sha256: 0b9327a2f850dc5f696041ae5112f045c22b19dd878b188d2ffc442068881e27

Contents?: true

Size: 498 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_voice.rb