Sha256: 7b73aae1f326259eeeef1d81e3b24d93394c42ff31eef51d7fda27761a1fefd9

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class MessageReactionUpdated < Base
        attribute :chat, Chat
        attribute :message_id, Types::Integer
        attribute? :user, User
        attribute? :actor_chat, Chat
        attribute :date, Types::Integer
        attribute :old_reaction, Types::Array.of(ReactionType)
        attribute :new_reaction, Types::Array.of(ReactionType)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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