Skip to content

Commit

Permalink
feat: added ICalendar and System content types
Browse files Browse the repository at this point in the history
  • Loading branch information
supersnager committed Mar 8, 2023
1 parent c0b2748 commit 2dbe92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enums/MessageContentType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ export enum MessageContentType {
AttachmentList = 7, // Maybe it would be better to have only AttachmentList? One Attachments is a special case of AttachmentList
Video = 8, // Single video file
VCard = 9, // application/vcard+json or text/vcard
ICalendar = 10, // text/calendar
System = 128, // System message
Other = 255, // Any other custom type
}

0 comments on commit 2dbe92b

Please sign in to comment.