Interface PrivateChannelMixin<T extends PrivateChannelMixin<T>>

All Superinterfaces:
Channel, ChannelMixin<T>, ChannelUnion, Formattable, IDetachableEntity, IDetachableEntityMixin, IMentionable, ISnowflake, MessageChannel, MessageChannelMixin<T>, MessageChannelUnion, PrivateChannel
All Known Implementing Classes:
DetachedPrivateChannelImpl, PrivateChannelImpl

public interface PrivateChannelMixin<T extends PrivateChannelMixin<T>> extends PrivateChannel, MessageChannelMixin<T>