Table of Contents

Interface IUnknownGuildThread

Namespace
NetCord
Assembly
NetCord.dll
public interface IUnknownGuildThread : IUnknownGuildChannel, IUnknownChannel, IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
Inherited Members

Methods

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

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

Parameters

action Action<GuildChannelOptions>
properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<IUnknownGuildThread>