Table of Contents

Class PointOfInterestLink

Namespace
GuildWars2.Chat
Assembly
GW2SDK.dll

Represents a point of interest chat link.

public sealed record PointOfInterestLink : Link, IEquatable<Link>, IEquatable<PointOfInterestLink>
Inheritance
PointOfInterestLink
Implements
Inherited Members

Properties

PointOfInterestId

The point of interest ID.

Methods

Parse(ReadOnlySpan<char>)

Converts a chat link code to a chat link object.

Parse(string)

Converts a chat link code to a chat link object.

ToString()

Converts the chat link object to a string that can be sent in chat.