Skip to content

Commit

Permalink
Step 13.7: Added picture message type
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent d311cbd commit 7663f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/server/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export interface Profile {

export enum MessageType {
TEXT = <any>'text',
LOCATION = <any>'location'
LOCATION = <any>'location',
PICTURE = <any>'picture'
}

export interface Chat {
Expand Down

0 comments on commit 7663f0a

Please sign in to comment.