Class: TD::Types::Update::QuickReplyShortcutMessages
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::QuickReplyShortcutMessages
- Defined in:
- lib/tdlib/types/update/quick_reply_shortcut_messages.rb
Overview
The list of quick reply shortcut messages has changed.
Instance Attribute Summary collapse
-
#messages ⇒ Array<TD::Types::QuickReplyMessage>
The new list of quick reply messages for the shortcut in order from the first to the last sent.
-
#shortcut_id ⇒ Integer
The identifier of the shortcut.
Method Summary
Methods inherited from Base
Instance Attribute Details
#messages ⇒ Array<TD::Types::QuickReplyMessage>
The new list of quick reply messages for the shortcut in order from the first to the last sent.
7 8 9 |
# File 'lib/tdlib/types/update/quick_reply_shortcut_messages.rb', line 7 def @messages end |
#shortcut_id ⇒ Integer
The identifier of the shortcut.
7 8 9 |
# File 'lib/tdlib/types/update/quick_reply_shortcut_messages.rb', line 7 def shortcut_id @shortcut_id end |