Sha256: 83b2137bfa0080ad8c70c502748f97b5a4da17764c40abb2a0894a7a004f51ca

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BackgroundTypeFill < Base
        attribute :type, Types::String.constrained(eql: 'fill').default('fill')
        attribute :fill, BackgroundFill
        attribute :dark_theme_dimming, Types::Integer
      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/background_type_fill.rb