Class ThreadCurrentUser
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents the current user within an already joined thread.
public class ThreadCurrentUser : IJsonModel<JsonThreadCurrentUser>
- Inheritance
-
ThreadCurrentUser
- Implements
- Inherited Members
Constructors
ThreadCurrentUser(JsonThreadCurrentUser)
Represents the current user within an already joined thread.
public ThreadCurrentUser(JsonThreadCurrentUser jsonModel)
Parameters
jsonModelJsonThreadCurrentUser
Properties
Flags
The user's thread settings, currently only used for notifications.
public ThreadUserFlags Flags { get; }
Property Value
JoinTimestamp
The timestamp at which the user last joined the thread.
public DateTimeOffset JoinTimestamp { get; }