Class: TD::Types::UnreadReaction

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/unread_reaction.rb

Overview

Contains information about an unread reaction to a message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_bigBoolean

True, if the reaction was added with a big animation.

Returns:

  • (Boolean)

    the current value of is_big



7
8
9
# File 'lib/tdlib/types/unread_reaction.rb', line 7

def is_big
  @is_big
end

#sender_idTD::Types::MessageSender

Identifier of the sender, added the reaction.

Returns:



7
8
9
# File 'lib/tdlib/types/unread_reaction.rb', line 7

def sender_id
  @sender_id
end

#typeTD::Types::ReactionType

Type of the reaction.

Returns:



7
8
9
# File 'lib/tdlib/types/unread_reaction.rb', line 7

def type
  @type
end