UNPKG

@chatscope/use-chat

Version:

React hook for state management in chat applications

14 lines (13 loc) 237 B
export declare enum MessageContentType { TextPlain = 0, TextMarkdown = 1, TextHtml = 2, Image = 3, Gallery = 4, Kml = 5, Attachment = 6, AttachmentList = 7, Video = 8, VCard = 9, Other = 255 }