interface APIInviteChannel

export interface APIInviteChannel extends Required<APIPartialChannel>

A channel obtained from fetching an invite.

optional
icon? : string | undefined

Icon hash.

optional
recipients? : Pick<APIUser, 'username'>[] | undefined

The invite channel's recipients.