UNPKG

@microsoft/teams-js

Version:

Microsoft Client SDK for building app for Microsoft hosts

5 lines (4 loc) 479 B
export declare function createTeamsDeepLinkForChat(users: string[], topic?: string, message?: string): string; export declare function createTeamsDeepLinkForCall(targets: string[], withVideo?: boolean, source?: string): string; export declare function createTeamsDeepLinkForCalendar(attendees?: string[], startTime?: string, endTime?: string, subject?: string, content?: string): string; export declare function createTeamsDeepLinkForAppInstallDialog(appId: string): string;