Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 326 Bytes

File metadata and controls

17 lines (12 loc) · 326 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')
	.top(3)
	.get();