Class: TD::Types::StoryInteractionType::View

Inherits:
TD::Types::StoryInteractionType show all
Defined in:
lib/tdlib/types/story_interaction_type/view.rb

Overview

A view of the story.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chosen_reaction_typeTD::Types::ReactionType?

Type of the reaction that was chosen by the viewer; may be null if none.

Returns:



6
7
8
# File 'lib/tdlib/types/story_interaction_type/view.rb', line 6

def chosen_reaction_type
  @chosen_reaction_type
end