Sha256: c35b8e48468f248e966c3e0ba746eddc9e2fefcfb94b7308fdab5bcb13c4cf2b
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class TransactionPartnerOther < Base attribute :type, Types::String.constrained(eql: 'other').default('other') 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/transaction_partner_other.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/transaction_partner_other.rb |