Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 428 Bytes

File metadata and controls

18 lines (12 loc) · 428 Bytes

Zernio::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 'zernio-sdk'

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