Sha256: ac942d248375b71760069d58b5222511599728f79af40306603fc4c24834076e

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      ChatBoostSource = ( # rubocop:disable Naming/ConstantName
        ChatBoostSourcePremium |
        ChatBoostSourceGiftCode |
        ChatBoostSourceGiveaway
      )
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/chat_boost_source.rb