Class: TD::Types::InputMessageReplyTo::Story

Inherits:
TD::Types::InputMessageReplyTo show all
Defined in:
lib/tdlib/types/input_message_reply_to/story.rb

Overview

Describes a story to be replied.

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



7
8
9
# File 'lib/tdlib/types/input_message_reply_to/story.rb', line 7

def story_id
  @story_id
end

#story_sender_chat_idInteger

The identifier of the sender of the story. Currently, stories can be replied only in the sender’s chat and channel stories can’t be replied.

Returns:

  • (Integer)

    the current value of story_sender_chat_id



7
8
9
# File 'lib/tdlib/types/input_message_reply_to/story.rb', line 7

def story_sender_chat_id
  @story_sender_chat_id
end