Sha256: 90c67943c5ba21fbbb54087cf48d55b21a4e6dd9eb0d9b177f04c545139d684c

Contents?: true

Size: 535 Bytes

Versions: 5

Compression:

Stored size: 535 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultAudio < Base
        attribute :type, String, default: 'audio'
        attribute :id, String
        attribute :audio_url, String
        attribute :title, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :performer, String
        attribute :audio_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_audio.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_audio.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_audio.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_audio.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_audio.rb