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
actionAction<GuildChannelOptions>An action delegate used to configure the updated channel options.
propertiesRestRequestPropertiesOptional properties to customize the request, can be null.
cancellationTokenCancellationTokenA token that can be used to cancel the operation before it completes.