Class: TD::Types::Update::QuickReplyShortcutMessages

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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messagesArray<TD::Types::QuickReplyMessage>

The new list of quick reply messages for the shortcut in order from the first to the last sent.

Returns:



7
8
9
# File 'lib/tdlib/types/update/quick_reply_shortcut_messages.rb', line 7

def messages
  @messages
end

#shortcut_idInteger

The identifier of the shortcut.

Returns:

  • (Integer)

    the current value of shortcut_id



7
8
9
# File 'lib/tdlib/types/update/quick_reply_shortcut_messages.rb', line 7

def shortcut_id
  @shortcut_id
end