添加好友的输入参数。

interface AddContactParams {
    userId: string;
    message?: string;
}

Hierarchy (View Summary)

Properties

Properties

userId: string

目标用户 ID。

message?: string

可选的验证消息。