UNPKG

wildfire-im-sdk

Version:
8 lines (7 loc) 183 B
export default class ConversationType { static Single: number; static Group: number; static ChatRoom: number; static Channel: number; static SecretChat: number; }