UserMessage
string? Content
IReadOnlyList<> Attachments
IReadOnlyList<string> Mentions
IReadOnlyList<string> Replies
DateTimeOffset? EditedAt
IReadOnlyList<> Embeds
IReadOnlyDictionary<, [ ]> Reactions
? Masquerade
SystemMessage
SystemType Content
The content needs to be casted with the specific object with the values below.
(Content as SystemUserAdded)
SystemType
Various different system messages types and proprties from Message.Content
SystemUnknown
SystemText
string Text
SystemUserAdded
string Id
string By
SystemUserRemoved
string Id
SystemUserJoined
string By
string Id
SystemUserLeft
string Id
SystemUserKicked
string Id
SystemUserBanned
string Id
SystemChannelRenamed
string Name
string By
SystemChannelDescriptionChanged
string By
SystemChannelIconChanged
string By
SystemChannelOwnershipChanged
string From
string To