Search Results for

    Show / Hide Table of Contents

    Interface IThreadUser

    Represents a Discord thread user.

    Inherited Members
    IMentionable.Mention
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IThreadUser : IMentionable

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild this thread was created in.

    Declaration
    IGuild Guild { get; }
    Property Value
    Type Description
    IGuild
    | Improve this Doc View Source

    Thread

    Gets the IThreadChannel this user is in.

    Declaration
    IThreadChannel Thread { get; }
    Property Value
    Type Description
    IThreadChannel
    | Improve this Doc View Source

    ThreadJoinedAt

    Gets the timestamp for when this user joined this thread.

    Declaration
    DateTimeOffset ThreadJoinedAt { get; }
    Property Value
    Type Description
    DateTimeOffset

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2