Sha256: 9841d245026e1ca9ad4c4fe3325ae8eaa94956f6ad2f65530b9d75c9b0049394

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class TransactionPartnerFragment < Base
        attribute :type, Types::String.constrained(eql: 'fragment').default('fragment')
        attribute? :withdrawal_state, RevenueWithdrawalState
      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/transaction_partner_fragment.rb