Sha256: 8ce674adec2271054765bded0c71f568aa5b0f7927aca24b6e0c044c17113fec

Contents?: true

Size: 359 Bytes

Versions: 9

Compression:

Stored size: 359 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedAudio < Base
        attribute :type, String, default: 'audio'
        attribute :id, String
        attribute :audio_file_id, 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-types-0.3.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/inline_query_result_cached_audio.rb