Sha256: eb82c1846fb1885f0b63b38fe94385058da3f9bffd3b75c414b0214206cc09f0

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class TransactionPartnerTelegramApi < Base
        attribute :type, Types::String.constrained(eql: 'telegram_api').default('telegram_api')
        attribute :request_count, Types::Integer
      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_telegram_api.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/transaction_partner_telegram_api.rb