Table of Contents

Interface IThreadUser

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a Discord thread user.

public interface IThreadUser : IMentionable
Inherited Members

Properties

Guild

Gets the guild this thread was created in.

IGuild Guild { get; }

Property Value

IGuild

GuildUser

Gets the IGuildUser on the server this thread was created in.

IGuildUser GuildUser { get; }

Property Value

IGuildUser

Thread

Gets the IThreadChannel this user is in.

IThreadChannel Thread { get; }

Property Value

IThreadChannel

ThreadJoinedAt

Gets the timestamp for when this user joined this thread.

DateTimeOffset ThreadJoinedAt { get; }

Property Value

DateTimeOffset