Search Results for

    Show / Hide Table of Contents

    Class ThreadListSyncEventArgs

    Represents arguments for ThreadListSynced event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    ThreadListSyncEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class ThreadListSyncEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Channels

    Gets the parent channels whose threads are being synced. If empty, then threads are synced for the guild. May contain channels that have no active threads as well.

    Declaration
    public IReadOnlyList<DiscordChannel> Channels { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordChannel>
    | Improve this Doc View Source

    Guild

    Gets the guild being synced.

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

    Members

    Gets all thread member objects from the synced threads for the current user, indicating which threads the current user has been added to

    Declaration
    public IReadOnlyList<DiscordThreadChannelMember> Members { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordThreadChannelMember>
    | Improve this Doc View Source

    Threads

    Gets all active threads in the given channels that the current user can access.

    Declaration
    public IReadOnlyList<DiscordThreadChannel> Threads { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordThreadChannel>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems