Sha256: c3c3744fe537a4a818d3ece4b5c0b34db3567f0c84db1b4aa4caf762a858f206

Contents?: true

Size: 464 Bytes

Versions: 4

Compression:

Stored size: 464 Bytes

Contents

module TD::Types
  # The list of suggested to the user actions has changed.
  #
  # @attr added_actions [Array<TD::Types::SuggestedAction>] Added suggested actions.
  # @attr removed_actions [Array<TD::Types::SuggestedAction>] Removed suggested actions.
  class Update::SuggestedActions < Update
    attribute :added_actions, TD::Types::Array.of(TD::Types::SuggestedAction)
    attribute :removed_actions, TD::Types::Array.of(TD::Types::SuggestedAction)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/update/suggested_actions.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/update/suggested_actions.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/suggested_actions.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/update/suggested_actions.rb