Sha256: fb633c12b436ff786a3a79a483a2ceefe0004807301cbfae60fb632150392eee
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types ## Just for classes consistency # rubocop:disable Naming/ConstantName ReactionType = ( ReactionTypeEmoji | ReactionTypeCustomEmoji | ReactionTypePaid ) # 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/reaction_type.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/reaction_type.rb |