UNPKG

wildfire-im-sdk

Version:
7 lines (6 loc) 161 B
export default class SecretChatState { static Starting: number; static Accepting: number; static Established: number; static Canceled: number; }