Class: TD::Types::Update::StorySendSucceeded

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

Overview

A story has been successfully sent.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#old_story_idInteger

The previous temporary story identifier.

Returns:

  • (Integer)

    the current value of old_story_id



6
7
8
# File 'lib/tdlib/types/update/story_send_succeeded.rb', line 6

def old_story_id
  @old_story_id
end

#storyTD::Types::Story

The sent story.

Returns:



6
7
8
# File 'lib/tdlib/types/update/story_send_succeeded.rb', line 6

def story
  @story
end