Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 432 Bytes

File metadata and controls

18 lines (12 loc) · 432 Bytes

Late::ThreadsPlatformData

Properties

Name Type Description Notes
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(
  thread_items: null
)