@innovatespace/ig-business
Version:
Instagram Business SDK Wrapper for Node.js
11 lines • 637 B
TypeScript
import { CreateContainerParam, CreateContainerResponse, CreateCarouselContainerParam, PublishContainerResponse } from '../../type';
export declare class InstagramPublish {
private readonly accessToken;
private readonly accountId;
private readonly version;
constructor(accessToken: string, accountId: string, version?: string);
createContainer(dto: CreateContainerParam): Promise<CreateContainerResponse>;
createCarouselContainer(dto: CreateCarouselContainerParam): Promise<CreateContainerResponse>;
publishContainer(creationId: string): Promise<PublishContainerResponse>;
}
//# sourceMappingURL=index.d.ts.map