Class: TD::Types::StoryInteractionType::Repost

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

Overview

A repost of the story as a story.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#storyTD::Types::Story

The reposted story.

Returns:



5
6
7
# File 'lib/tdlib/types/story_interaction_type/repost.rb', line 5

def story
  @story
end