Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 422 Bytes

File metadata and controls

18 lines (12 loc) · 422 Bytes

Late::SnapchatPlatformData

Properties

Name Type Description Notes
content_type String Content type: story (ephemeral 24h, default), saved_story (permanent on Public Profile), spotlight (video feed) [optional][default to 'story']

Example

require 'late-sdk'

instance = Late::SnapchatPlatformData.new(
  content_type: null
)