更新好友备注的输入参数。

interface SetContactRemarkParams {
    userId: string;
    remark: string;
}

Hierarchy (View Summary)

Properties

Properties

userId: string

目标用户 ID。

remark: string

好友备注,允许空字符串以清空备注。