Table of Contents

Interface IUnknownGuildThread

Namespace
NetCord
Assembly
NetCord.dll

Represents a guild thread of an unresolved type.

public interface IUnknownGuildThread : IUnknownGuildChannel, IUnknownChannel, IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
Inherited Members

Methods

ModifyAsync(Action<GuildChannelOptions>, RestRequestProperties?, CancellationToken)

Modifies a guild channel's properties.

Task<IUnknownGuildThread> ModifyAsync(Action<GuildChannelOptions> action, RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

action Action<GuildChannelOptions>

An action delegate used to configure the updated channel options.

properties RestRequestProperties

Optional properties to customize the request, can be null.

cancellationToken CancellationToken

A token that can be used to cancel the operation before it completes.

Returns

Task<IUnknownGuildThread>