Sha256: e1cb8aba7102b0a702a4d0f7e659afc1cbc6b7bc73dcf5e75798a1f5c0ea5450

Contents?: true

Size: 463 Bytes

Versions: 9

Compression:

Stored size: 463 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedAudio < Base
        attribute :type, String, default: 'audio'
        attribute :id, String
        attribute :audio_file_id, String
        attribute :caption, String
        attribute :parse_mode, String
        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_cached_audio.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_cached_audio.rb