Class: TD::Types::Update::QuickReplyShortcut

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#shortcutTD::Types::QuickReplyShortcut

New data about the shortcut.

Returns:



6
7
8
# File 'lib/tdlib/types/update/quick_reply_shortcut.rb', line 6

def shortcut
  @shortcut
end