Class: TD::Types::ChatStatisticsObjectType::Story

Inherits:
TD::Types::ChatStatisticsObjectType show all
Defined in:
lib/tdlib/types/chat_statistics_object_type/story.rb

Overview

Describes a story sent by the chat.

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



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

def story_id
  @story_id
end