Sha256: 46798e88b08657d14d9b01830a4f3aff2f458e801b6c273a057df8d67b7bfbca

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class MessageReactionCountUpdated < Base
        attribute :chat, Chat
        attribute :message_id, Types::Integer
        attribute :date, Types::Integer
        attribute :reactions, Types::Array.of(ReactionCount)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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