Interface FileMoveOptions

interface FileMoveOptions {
    group?: number;
    id: string;
    moveTo?: string;
    moveToPath?: string;
    path?: string;
    qq?: number;
    target?: number;
}

Hierarchy (view full)

Properties

group?: number

群号

id: string

文件 ID

moveTo?: string

移动目标文件夹 id

moveToPath?: string

移动目标文件路径, 文件夹允许重名, 不保证准确, 准确定位使用 moveTo

path?: string

文件夹路径, 文件夹允许重名, 不保证准确, 准确定位使用 id

qq?: number

好友QQ号

target?: number

群号或好友QQ号

Generated using TypeDoc