Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 378 Bytes

get-sharedwithchannelteaminfo-javascript-snippets.md

File metadata and controls

16 lines (11 loc) · 378 Bytes
description
Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let sharedWithChannelTeamInfo = await client.api('/teams/893075dd-2487-5634-925f-022c42e20265/channels/19:561fbdbbfca848a484f0a6f00ce9dbbd@thread.tacv2/sharedWithTeams/893075dd-2487-5634-925f-022c42e20265')
	.get();