Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 346 Bytes

File metadata and controls

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

const client = Client.init(options);

let messages = await client.api('/teams/fbe2bf47-16c8-47cf-b4a5-4b9b187c508b/channels/19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2/messages')
	.expand('replies')
	.top(1)
	.get();