Table of Contents

Interface IChannelContext

Namespace
NetCord.Services
Assembly
NetCord.Services.dll

Provides access to channel information for commands and interactions.

public interface IChannelContext : IContext

Properties

Channel

Channel in which the handled command or interaction was invoked.

TextChannel? Channel { get; }

Property Value

TextChannel

Remarks

May be null if the channel has not been cached.