Struct ChatMessage.EditMetadata
Represents metadata about chat message edit.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
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 |
---|---|
System.UInt32 |