Sha256: ebbbbc536973b7878bb1a7a0d2d5842ce0f3c984ee7b379f8b832d9f9fca1bca
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class RevenueWithdrawalStatePending < Base attribute :type, Types::String.constrained(eql: 'pending').default('pending') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.2.0 | lib/telegram/bot/types/revenue_withdrawal_state_pending.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/revenue_withdrawal_state_pending.rb |