TFriendAddInviteEvent: TRequestEvent & {
    request_type: "friend";
    approve(isApprove?: boolean, remark?: string): void;
}