Class UserNoteUpdateGatewayData
Gateway data for USER_NOTE_UPDATE event when a user note is updated.
public class UserNoteUpdateGatewayData
- Inheritance
-
objectUserNoteUpdateGatewayData
Properties
Note
[JsonProperty("note")]
public string? Note { get; set; }
Property Value
UserId
[JsonProperty("id")]
public ulong UserId { get; set; }