Skip to content

Commit

Permalink
Added FileEventMessage to EventMessage union type (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridho9 authored and Hyunje Jun committed May 20, 2018
1 parent 48c508e commit 8fc39e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export type EventMessage =
| VideoEventMessage
| AudioEventMessage
| LocationEventMessage
| FileEventMessage
| StickerEventMessage;

export type EventMessageBase = { id: string };
Expand Down

0 comments on commit 8fc39e3

Please sign in to comment.