Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 332 Bytes

File metadata and controls

18 lines (13 loc) · 332 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let installedApps = await client.api('/chats/19[d86ec7f6b247d3b9e519b0bfef5d03@thread.v2/installedApps')
	.version('beta')
	.select('consentedPermissionSet,id')
	.get();