Class PostingSendFacade

Hierarchy

  • PostingSendFacade

Constructors

Properties

Constructors

Properties

album: ((input: AlbumPostCommandInput) => Promise<ConfigureSidecarResponse>) = ...

Type declaration

facade: IgpapiFacade
live: ((input: PostingLiveInput) => Promise<PostingLiveConfigureSuccessResponse.Root>) = ...

Type declaration

photo: ((input: TimelinePhotoPostCommandInput) => Promise<MediaConfigureResponseRootObject>) = ...

Type declaration

story: ((input: StoryPostCommandInput) => Promise<undefined | StoryPostPhotoResponse | StoryPostVideoResponse>) = ...

Type declaration