Class CoinLink
- Namespace
- GuildWars2.Chat
- Assembly
- GW2SDK.dll
Represents a coin chat link.
public sealed record CoinLink : Link, IEquatable<Link>, IEquatable<CoinLink>
- Inheritance
-
CoinLink
- Implements
- Inherited Members
Properties
- Coins
The amount of coins.
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.