Sha256: 593e43fd18f3fd69122c5d42371802e61b523768e47107a706c3b5baa5e32928
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types ## Just for classes consistency # rubocop:disable Naming/ConstantName BackgroundType = ( BackgroundTypeFill | BackgroundTypeWallpaper | BackgroundTypePattern | BackgroundTypeChatTheme ) # rubocop:enable Naming/ConstantName 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/background_type.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/background_type.rb |