Table of Contents

Class UserNoteUpdateGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Gateway data for USER_NOTE_UPDATE event when a user note is updated.

public class UserNoteUpdateGatewayData
Inheritance
object
UserNoteUpdateGatewayData

Properties

Note

[JsonProperty("note")]
public string? Note { get; set; }

Property Value

string

UserId

[JsonProperty("id")]
public ulong UserId { get; set; }

Property Value

ulong