Skip to content

Commit

Permalink
Update typings for listenMqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-ou committed Jun 1, 2020
1 parent 12435de commit eb81634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/facebook-chat-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ declare namespace Facebook {
["INBOX", "unread"] | ["ARCHIVED", "unread"] | ["PENDING", "unread"] | ["OTHER", "unread"]

export class API {
listen(
listenMqtt(
callback: (err: Facebook.FacebookError | undefined, event: Facebook.APIEvent) => void,
): void;
getCurrentUserID(): string;
Expand Down

0 comments on commit eb81634

Please sign in to comment.