Sha256: d1ff2bba69d43fef41719f9d57ff89b1684dffecc60f8d53ccb58b1b3f79ffae

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputMediaPhoto < Base
        attribute :type, String, default: 'photo'
        attribute :media, String
        attribute :caption, String
      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/input_media_photo.rb