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

    操作的时间

Generated using TypeDoc