GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RESTGetAPIChannelInvitesResult

https://discord.com/developers/docs/resources/channel#get-channel-invites

API/Type Aliases/RESTGetAPIChannelInvitesResult
seyfert/lib/types/rest/channel.d.ts

Signature

export type RESTGetAPIChannelInvitesResult = (APIExtendedInvite & {    roles?: Pick<APIRole, 'id' | 'name' | 'position' | 'color' | 'colors' | 'icon' | 'unicode_emoji'>;})[];

Members

This export does not declare public properties or methods in the generated declaration file.