Sha256: baec009d375c5eb3456005b79900629a98cc36d63106dd0610e3cbda8ad82839

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BackgroundFillSolid < Base
        attribute :type, Types::String.constrained(eql: 'solid').default('solid')
        attribute :color, 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_fill_solid.rb