Class: TD::Types::PublicForward::Story

Inherits:
TD::Types::PublicForward show all
Defined in:
lib/tdlib/types/public_forward/story.rb

Overview

Contains a public repost to a story.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#storyTD::Types::Story

Information about the story.

Returns:



5
6
7
# File 'lib/tdlib/types/public_forward/story.rb', line 5

def story
  @story
end