Skip to content

Commit

Permalink
fix(typings): Adding Missing Typing in Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusgdr committed Jun 29, 2022
1 parent ff29e02 commit a6afdd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/model/chat.ts
Expand Up @@ -34,6 +34,12 @@ export interface Chat {
pin: number;
msgs: null;
kind: string;
isAnnounceGrpRestrict: boolean;
ephemeralDuration: number;
hasChatBeenOpened: boolean;
unreadMentionCount: number;
hasUnreadMention: boolean;
archiveAtMentionViewedInDrawer: boolean;
isBroadcast: boolean;
isGroup: boolean;
isReadOnly: boolean;
Expand Down

0 comments on commit a6afdd1

Please sign in to comment.