Class: TD::Types::Update::QuickReplyShortcutDeleted

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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#shortcut_idInteger

The identifier of the deleted shortcut.

Returns:

  • (Integer)

    the current value of shortcut_id



5
6
7
# File 'lib/tdlib/types/update/quick_reply_shortcut_deleted.rb', line 5

def shortcut_id
  @shortcut_id
end