Type alias V2NIMFriendAddApplicationResult

V2NIMFriendAddApplicationResult: {
    finished: boolean;
    infos: V2NIMFriendAddApplication[];
    offset: number;
}

Type declaration

Generated using TypeDoc