recime-bot-runtime
Version:
This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.
11 lines (10 loc) • 379 B
TypeScript
export declare class Facebook {
private bot;
constructor(bot: any);
createLabel(name: any): Promise<{}>;
assoitateLabelToUser(labelId: any, psId: any): Promise<{}>;
createFilter(filter: Array<any>): Promise<{}>;
create(message: any): Promise<{}>;
send(messageCreativeId: any, customLabelId: any): Promise<{}>;
deleteLabel(id: any): Promise<{}>;
}