Skip to content

Commit 7663f0a

Browse files
dotansimhadarkbasic
authored andcommitted
Step 13.7: Added picture message type
1 parent d311cbd commit 7663f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/server/models.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export interface Profile {
77

88
export enum MessageType {
99
TEXT = <any>'text',
10-
LOCATION = <any>'location'
10+
LOCATION = <any>'location',
11+
PICTURE = <any>'picture'
1112
}
1213

1314
export interface Chat {

0 commit comments

Comments
 (0)