Struct ChatMessage.EditMetadata
Represents metadata about chat message edit.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public struct EditMetadata
Properties
| Improve this Doc View SourceTimestamp
Timestamp of message edit.
Declaration
[JsonProperty("timestamp")]
public WolfTimestamp Timestamp { get; }
Property Value
Type | Description |
---|---|
WolfTimestamp |
UserID
User that edited the message.
Declaration
[JsonProperty("subscriberId")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |