Type alias V2NIMFriendAddApplication
V2NIMFriendAddApplication: {
applicantAccountId: string;
operatorAccountId: string;
postscript?: string;
read: boolean;
recipientAccountId: string;
status: V2NIMFriendAddApplicationStatus;
timestamp: number;
}
Type declaration
-
applicantAccountId: string
-
operatorAccountId: string
-
Optional
postscript?: string
-
read: boolean
-
recipientAccountId: string
-
status: V2NIMFriendAddApplicationStatus
-
timestamp: number
申请添加好友的相关信息