Class: TD::Types::Update::StoryDeleted

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

Overview

A story became inaccessible.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#story_idInteger

Story identifier.

Returns:

  • (Integer)

    the current value of story_id



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

def story_id
  @story_id
end

#story_sender_chat_idInteger

Identifier of the chat that posted the story.

Returns:

  • (Integer)

    the current value of story_sender_chat_id



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

def story_sender_chat_id
  @story_sender_chat_id
end