Interface IUnknownGuildChannel
- Namespace
- NetCord
- Assembly
- NetCord.dll
public interface IUnknownGuildChannel : IUnknownChannel, IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
- Inherited Members
Methods
ModifyAsync(Action<GuildChannelOptions>, RestRequestProperties?, CancellationToken)
Task<IUnknownGuildChannel> ModifyAsync(Action<GuildChannelOptions> action, RestRequestProperties? properties = null, CancellationToken cancellationToken = default)
Parameters
action
Action<GuildChannelOptions>properties
RestRequestPropertiescancellationToken
CancellationToken