Sha256: d33f215ba35ecb5a4ea8093220688d84e5e96e0b4d68b1b64bc71d988877f363

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Dice < Base
        attribute :emoji, Types::String
        attribute :value, Types::Integer
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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