Class: TD::Types::MessageReplyTo::Story

Inherits:
TD::Types::MessageReplyTo show all
Defined in:
lib/tdlib/types/message_reply_to/story.rb

Overview

Describes a story replied by a given message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#story_idInteger

The identifier of the story.

Returns:

  • (Integer)

    the current value of story_id



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

def story_id
  @story_id
end

#story_sender_chat_idInteger

The identifier of the sender of the story.

Returns:

  • (Integer)

    the current value of story_sender_chat_id



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

def story_sender_chat_id
  @story_sender_chat_id
end