node-groupme
node-groupme copied to clipboard
Get chats
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()