Sha256: 6c51911b5c6eaa165375ab71026783e64e7d8185c51fc34e6db2c5c8528aa7a9

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputMediaAudio < Base
        attribute :type, String.default('audio')
        attribute :media, String
        attribute :thumb, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :duration, Integer
        attribute :performer, String
        attribute :title, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/input_media_audio.rb