Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 348 Bytes

File metadata and controls

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

const client = Client.init(options);

let tabs = await client.api('/teams/6903fa93-605b-43ef-920e-77c4729f8258/channels/19:33b76eea88574bd1969dca37e2b7a819@thread.skype/tabs')
	.version('beta')
	.expand('teamsApp')
	.get();