Table of Contents

Class UnknownGuildThread

Namespace
NetCord
Assembly
NetCord.dll
public class UnknownGuildThread : GuildThread, IEquatable<Entity>, IJsonModel<JsonChannel>, IInteractionChannel, IUnknownGuildThread, IUnknownGuildChannel, IUnknownChannel, IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
Inheritance
UnknownGuildThread
Implements
Inherited Members

Constructors

UnknownGuildThread(JsonChannel, RestClient)

public UnknownGuildThread(JsonChannel jsonModel, RestClient client)

Parameters

jsonModel JsonChannel
client RestClient

Properties

Type

public ChannelType Type { get; }

Property Value

ChannelType

Methods

DeleteAsync(RestRequestProperties?, CancellationToken)

public Task<UnknownGuildThread> DeleteAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<UnknownGuildThread>

GetAsync(RestRequestProperties?, CancellationToken)

public Task<UnknownGuildThread> GetAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<UnknownGuildThread>

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

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

Parameters

action Action<GuildChannelOptions>
properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<UnknownGuildThread>