Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 701 Bytes

File metadata and controls

20 lines (14 loc) · 701 Bytes

Late::ThreadsPlatformData

Properties

Name Type Description Notes
topic_tag String Topic tag for post categorization and discoverability on Threads. Must be 1-50 characters, cannot contain periods (.) or ampersands (&). Overrides auto-extraction from content hashtags when provided. [optional]
thread_items Array<TwitterPlatformDataThreadItemsInner> Sequence of posts in a Threads thread (root then replies in order). [optional]

Example

require 'late-sdk'

instance = Late::ThreadsPlatformData.new(
  topic_tag: null,
  thread_items: null
)