Skip to content

Commit

Permalink
media category addition
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Jul 15, 2022
1 parent 67f7a00 commit 87a7cf8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/java/messagerosa/core/model/MediaCategory.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ public enum MediaCategory {
AUDIO("audio"),
VIDEO("video"),
VOICE("voice"),
FILE("file");
IMAGE_URL("image_url"),
AUDIO_URL("audio_url"),
VIDEO_URL("video_url"),
VOICE_URL("voice_url"),
FILE("file"),
FILE_URL("file_url");

private String name;

Expand Down

0 comments on commit 87a7cf8

Please sign in to comment.