Sha256: edb4349f3821f220ca67117addc84a821a682aed42fed2769dfa0c255199a29d

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 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 :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.2 lib/telegram/bot/types/inline_query_result_cached_audio.rb