Class: TD::Types::InternalLinkType::Story
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::Story
- Defined in:
- lib/tdlib/types/internal_link_type/story.rb
Overview
The link is a link to a story. Call searchPublicChat with the given sender username, then call getStory with the received chat identifier and the
given story identifier, then show the story if received.
Instance Attribute Summary collapse
-
#story_id ⇒ Integer
Story identifier.
-
#story_sender_username ⇒ TD::Types::String
Username of the sender of the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story_id ⇒ Integer
Story identifier.
8 9 10 |
# File 'lib/tdlib/types/internal_link_type/story.rb', line 8 def story_id @story_id end |
#story_sender_username ⇒ TD::Types::String
Username of the sender of the story.
8 9 10 |
# File 'lib/tdlib/types/internal_link_type/story.rb', line 8 def story_sender_username @story_sender_username end |