Class: TD::Types::StoryFullId

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/story_full_id.rb

Overview

Contains identifier of a story along with identifier of its sender.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sender_chat_idInteger

Identifier of the chat that posted the story.

Returns:

  • (Integer)

    the current value of sender_chat_id



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

def sender_chat_id
  @sender_chat_id
end

#story_idInteger

Unique story identifier among stories of the given sender.

Returns:

  • (Integer)

    the current value of story_id



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

def story_id
  @story_id
end