groupme-js / node-groupme

The only GroupMe API library for NodeJS that isn't a million years old.
https://groupme.js.org
MIT License
27 stars 11 forks source link

Get chats #20

Open not-so-smart opened 3 years ago

not-so-smart commented 3 years ago

ChatManager#fetch(): Promise<Collection<string, Chat>> ChatManager#fetch(options: ChatFetchOptions): Promise<Collection<string, Chat>>

Fetches chats from the API. The options parameter can be used to specify pagination.

Usage:

client.chats.fetch()