namespace Discord { public interface IPrivateChannel : IChannel { /// Gets the recipient of the messages in this private channel. User Recipient { get; } } }