Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    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 Source

    Timestamp

    Timestamp of message edit.

    Declaration
    [JsonProperty("timestamp")]
    public WolfTimestamp Timestamp { get; }
    Property Value
    Type Description
    WolfTimestamp
    | Improve this Doc View Source

    UserID

    User that edited the message.

    Declaration
    [JsonProperty("subscriberId")]
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32