@fusebit-int/microsoft-bot-framework-connector
Version:
Connector for the Microsoft Bot Framework
10 lines • 494 B
TypeScript
import { Connector } from '@fusebit-int/framework';
declare class Service extends Connector.Service {
getEventsFromPayload(ctx: Connector.Types.Context): any[];
getAuthIdFromEvent(ctx: Connector.Types.Context, event: any): string;
validateWebhookEvent(ctx: Connector.Types.Context): Promise<boolean>;
initializationChallenge(ctx: Connector.Types.Context): Promise<boolean>;
getWebhookEventType(event: any): string;
}
export { Service };
//# sourceMappingURL=Service.d.ts.map