Class: TD::Types::Update::QuickReplyShortcuts
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::QuickReplyShortcuts
- Defined in:
- lib/tdlib/types/update/quick_reply_shortcuts.rb
Overview
The list of quick reply shortcuts has changed.
Instance Attribute Summary collapse
-
#shortcut_ids ⇒ Array<Integer>
The new list of identifiers of quick reply shortcuts.
Method Summary
Methods inherited from Base
Instance Attribute Details
#shortcut_ids ⇒ Array<Integer>
The new list of identifiers of quick reply shortcuts.
5 6 7 |
# File 'lib/tdlib/types/update/quick_reply_shortcuts.rb', line 5 def shortcut_ids @shortcut_ids end |