### Description Add examples of use of how to get contacts ` const contacts = await client.getContacts(); ` how to get chats ` const chats = await client.getChats(); `
Description
Add examples of use of
how to get contacts
const contacts = await client.getContacts();how to get chats
const chats = await client.getChats();