Class: TD::Types::StoryOrigin::PublicStory
- Inherits:
-
TD::Types::StoryOrigin
- Object
- Dry::Struct
- Base
- TD::Types::StoryOrigin
- TD::Types::StoryOrigin::PublicStory
- Defined in:
- lib/tdlib/types/story_origin/public_story.rb
Overview
The original story was a public story with known sender.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat that posted original story.
-
#story_id ⇒ Integer
Story identifier of the original story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat that posted original story.
6 7 8 |
# File 'lib/tdlib/types/story_origin/public_story.rb', line 6 def chat_id @chat_id end |
#story_id ⇒ Integer
Story identifier of the original story.
6 7 8 |
# File 'lib/tdlib/types/story_origin/public_story.rb', line 6 def story_id @story_id end |