UNPKG

react-native-agora-chat

Version:
18 lines 377 B
/** * The Contact class is used to store the information of a contact. */ export declare class ChatContact { /** * The user id of the contact. */ userId: string; /** * The remark of the contact. */ remark: string; constructor(params: { userId: string; remark: string; }); } //# sourceMappingURL=ChatContact.d.ts.map