GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIGuildInteractionWrapper

API/Type Aliases/APIGuildInteractionWrapper
seyfert/lib/types/payloads/_interactions/base.d.ts

Signature

export type APIGuildInteractionWrapper<Original extends APIBaseInteraction<InteractionType, unknown>> = Omit<Original, 'user'> & Required<Pick<Original, 'guild_id' | 'member'>>;

Members

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