Table of Contents

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

jsonModel JsonThreadCurrentUser

Properties

Flags

The user's thread settings, currently only used for notifications.

public ThreadUserFlags Flags { get; }

Property Value

ThreadUserFlags

JoinTimestamp

The timestamp at which the user last joined the thread.

public DateTimeOffset JoinTimestamp { get; }

Property Value

DateTimeOffset