Class: TD::Types::StoryFullId
- Defined in:
- lib/tdlib/types/story_full_id.rb
Overview
Contains identifier of a story along with identifier of its sender.
Instance Attribute Summary collapse
-
#sender_chat_id ⇒ Integer
Identifier of the chat that posted the story.
-
#story_id ⇒ Integer
Unique story identifier among stories of the given sender.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sender_chat_id ⇒ Integer
Identifier of the chat that posted the story.
6 7 8 |
# File 'lib/tdlib/types/story_full_id.rb', line 6 def sender_chat_id @sender_chat_id end |
#story_id ⇒ Integer
Unique story identifier among stories of the given sender.
6 7 8 |
# File 'lib/tdlib/types/story_full_id.rb', line 6 def story_id @story_id end |