Sha256: d8d8479270978261f05e66a32e64c8b9a95d8d7be232a07d4ee950fe826438ef

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputPaidMediaPhoto < Base
        attribute :type, Types::String.constrained(eql: 'photo').default('photo')
        attribute :media, Types::String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/input_paid_media_photo.rb