Class: TD::Types::InputStoryAreaType::SuggestedReaction

Inherits:
TD::Types::InputStoryAreaType show all
Defined in:
lib/tdlib/types/input_story_area_type/suggested_reaction.rb

Overview

An area pointing to a suggested reaction.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_darkBoolean

True, if reaction has a dark background.

Returns:

  • (Boolean)

    the current value of is_dark



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

def is_dark
  @is_dark
end

#is_flippedBoolean

True, if reaction corner is flipped.

Returns:

  • (Boolean)

    the current value of is_flipped



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

def is_flipped
  @is_flipped
end

#reaction_typeTD::Types::ReactionType

Type of the reaction.

Returns:



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

def reaction_type
  @reaction_type
end