Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 325 Bytes

File metadata and controls

21 lines (15 loc) · 325 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const chat = {
    topic: 'Group chat title update'
};

await client.api('/chats/19:1c5b01696d2e4a179c292bc9cf04e63b@thread.v2')
	.version('beta')
	.update(chat);