Sha256: bdcd47bbb37257c05fd003829896f53a1c8b119f80fc742793971514d30165a7

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class TransactionPartnerTelegramAds < Base
        attribute :type, Types::String.constrained(eql: 'telegram_ads').default('telegram_ads')
      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_telegram_ads.rb