2using System.Globalization;
16 public string Id {
get;
set; }
24 get => UInt64.Parse(
Id, CultureInfo.InvariantCulture);
25 set =>
Id = value.ToString(CultureInfo.InvariantCulture);
Represents a Providers.IProvider channel.
Represents a tgs_chat_user datum.
string Id
Backing field for RealId. Represented as a string to avoid BYOND percision loss.
string Mention
The text to mention the user.
string FriendlyName
The friendly name of the user.
ulong RealId
The internal user id.
ChannelRepresentation Channel
The ChannelRepresentation the user spoke from.