Class: TD::Types::Update::QuickReplyShortcutDeleted
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::QuickReplyShortcutDeleted
- Defined in:
- lib/tdlib/types/update/quick_reply_shortcut_deleted.rb
Overview
A quick reply shortcut and all its messages were deleted.
Instance Attribute Summary collapse
-
#shortcut_id ⇒ Integer
The identifier of the deleted shortcut.
Method Summary
Methods inherited from Base
Instance Attribute Details
#shortcut_id ⇒ Integer
The identifier of the deleted shortcut.
5 6 7 |
# File 'lib/tdlib/types/update/quick_reply_shortcut_deleted.rb', line 5 def shortcut_id @shortcut_id end |