Class: TD::Types::Update::SuggestedActions

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/suggested_actions.rb

Overview

The list of suggested to the user actions has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#added_actionsArray<TD::Types::SuggestedAction>

Added suggested actions.

Returns:



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

def added_actions
  @added_actions
end

#removed_actionsArray<TD::Types::SuggestedAction>

Removed suggested actions.

Returns:



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

def removed_actions
  @removed_actions
end