Sha256: 99825e1843514f4d1483007fccc1f58c439cd9f574cf449146aafa0af6ef087d

Contents?: true

Size: 432 Bytes

Versions: 5

Compression:

Stored size: 432 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 :caption, String
        attribute :parse_mode, String
        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_cached_audio.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_cached_audio.rb