Sha256: 3375bdcde4098aec85a143031136bd4901f733f21d5b7a896aac4bbdaea12554

Contents?: true

Size: 529 Bytes

Versions: 9

Compression:

Stored size: 529 Bytes

Contents

# frozen_string_literal: true

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

9 entries across 9 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_voice.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_voice.rb