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
JsonChannelclient
RestClient
Properties
Type
public ChannelType Type { get; }
Property Value
Methods
DeleteAsync(RestRequestProperties?, CancellationToken)
public Task<UnknownGuildThread> DeleteAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)
Parameters
properties
RestRequestPropertiescancellationToken
CancellationToken
Returns
GetAsync(RestRequestProperties?, CancellationToken)
public Task<UnknownGuildThread> GetAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)
Parameters
properties
RestRequestPropertiescancellationToken
CancellationToken
Returns
ModifyAsync(Action<GuildChannelOptions>, RestRequestProperties?, CancellationToken)
public Task<UnknownGuildThread> ModifyAsync(Action<GuildChannelOptions> action, RestRequestProperties? properties = null, CancellationToken cancellationToken = default)
Parameters
action
Action<GuildChannelOptions>properties
RestRequestPropertiescancellationToken
CancellationToken