Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.06 KB

File metadata and controls

20 lines (15 loc) · 2.06 KB

InstagramPlatformData

Properties

Name Type Description Notes
content_type Option<ContentType> Set to 'story' to publish as a Story. Default posts become Reels or feed depending on media. (enum: story) [optional]
share_to_feed Option<bool> For Reels only. When true (default), the Reel appears on both the Reels tab and your main profile feed. Set to false to post to the Reels tab only. [optional][default to true]
collaborators Option<Vec> Up to 3 Instagram usernames to invite as collaborators (feed/Reels only) [optional]
first_comment Option<String> Optional first comment to add after the post is created (not applied to Stories) [optional]
trial_params Option<models::InstagramPlatformDataTrialParams> [optional]
user_tags Option<Vecmodels::InstagramPlatformDataUserTagsInner> Tag Instagram users in photos by username and position. Not supported for stories or videos. For carousels, use mediaIndex to target specific slides (defaults to 0). Tags on video items are silently skipped. [optional]
audio_name Option<String> Custom name for original audio in Reels. Replaces the default "Original Audio" label. Can only be set once. [optional]
thumb_offset Option<i32> Millisecond offset from video start for the Reel cover frame. Ignored when instagramThumbnail or reelCover is provided. Defaults to 0. [optional]
instagram_thumbnail Option<String> Custom cover image URL for Instagram Reels (JPG or PNG, publicly accessible). Overrides thumbOffset when provided. Also accepted as reelCover (alias). [optional]
reel_cover Option<String> Alias for instagramThumbnail. If both are provided, instagramThumbnail takes priority. [optional]

[Back to Model list] [Back to API list] [Back to README]