Class: TD::Types::Update::Story

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/story.rb

Overview

A story was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#storyTD::Types::Story

The new information about the story.

Returns:



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

def story
  @story
end