Class: TD::Types::Update::StoryDeleted
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::StoryDeleted
- Defined in:
- lib/tdlib/types/update/story_deleted.rb
Overview
A story became inaccessible.
Instance Attribute Summary collapse
-
#story_id ⇒ Integer
Story identifier.
-
#story_sender_chat_id ⇒ Integer
Identifier of the chat that posted the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story_id ⇒ Integer
Story identifier.
6 7 8 |
# File 'lib/tdlib/types/update/story_deleted.rb', line 6 def story_id @story_id end |
#story_sender_chat_id ⇒ Integer
Identifier of the chat that posted the story.
6 7 8 |
# File 'lib/tdlib/types/update/story_deleted.rb', line 6 def story_sender_chat_id @story_sender_chat_id end |