Sha256: 63518a22911fe80d314152e22e75146766aec81e64080111af066a901a6fc229

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Base < Dry::Struct
        include Compactable
        include PatternMatching

        transform_keys(&:to_sym)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/base.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/base.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/base.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/base.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/base.rb