Sha256: e307dfffb5fa794177d5497988e00e48a75287170a4bf60f935634e037a99501
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ReactionTypePaid < Base attribute :type, Types::String.constrained(eql: 'paid').default('paid') 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/reaction_type_paid.rb |