Class: TD::Types::StoryRepostInfo

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

Overview

Contains information about original story that was reposted.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_content_modifiedBoolean

True, if story content was modified during reposting; otherwise, story wasn’t modified.

Returns:

  • (Boolean)

    the current value of is_content_modified



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

def is_content_modified
  @is_content_modified
end

#originTD::Types::StoryOrigin

Origin of the story that was reposted.

Returns:



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

def origin
  @origin
end