InteractionRoutes
Signature
export interface InteractionRoutesProperties
1Methods
0No methods.
Properties
interactions: (id: string) => (token: string) => { callback: { post(args: RestArguments<RESTPostAPIInteractionCallbackJSONBody, OmitInsert<RESTPostAPIInteractionCallbackQuery, 'with_response', { with_response: true; }>>): Promise<RESTPostAPIInteractionCallbackResult>; post(args: RestArguments<RESTPostAPIInteractionCallbackJSONBody, OmitInsert<RESTPostAPIInteractionCallbackQuery, 'with_response', { with_response: false; }>>): Promise<undefined>; post(args: RestArguments<RESTPostAPIInteractionCallbackJSONBody, RESTPostAPIInteractionCallbackQuery>): Promise<RESTPostAPIInteractionCallbackResult | undefined>; };};