UNPKG

wildfire-im-sdk

Version:
12 lines (11 loc) 292 B
export default class MessageStatus { static All: number; static Sending: number; static Sent: number; static SendFailure: number; static Mentioned: number; static AllMentioned: number; static Unread: number; static Readed: number; static Played: number; }