Interface IThreadUser
Represents a Discord thread user.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IThreadUser : IMentionable
Properties
| Improve this Doc View SourceGuild
Gets the guild this thread was created in.
Declaration
IGuild Guild { get; }
Property Value
Type | Description |
---|---|
IGuild |
Thread
Gets the IThreadChannel this user is in.
Declaration
IThreadChannel Thread { get; }
Property Value
Type | Description |
---|---|
IThreadChannel |
ThreadJoinedAt
Gets the timestamp for when this user joined this thread.
Declaration
DateTimeOffset ThreadJoinedAt { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |