Class: TD::Types::Update::QuickReplyShortcut
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::QuickReplyShortcut
- Defined in:
- lib/tdlib/types/update/quick_reply_shortcut.rb
Overview
Basic information about a quick reply shortcut has changed. This update is guaranteed to come before the quick shortcut name is returned to the application.
Instance Attribute Summary collapse
-
#shortcut ⇒ TD::Types::QuickReplyShortcut
New data about the shortcut.
Method Summary
Methods inherited from Base
Instance Attribute Details
#shortcut ⇒ TD::Types::QuickReplyShortcut
New data about the shortcut.
6 7 8 |
# File 'lib/tdlib/types/update/quick_reply_shortcut.rb', line 6 def shortcut @shortcut end |