| Name | Type | Description | Notes |
|---|---|---|---|
| thread_items | Array<TwitterPlatformDataThreadItemsInner> | Sequence of posts in a Threads thread (root then replies in order). | [optional] |
require 'late-sdk'
instance = Late::ThreadsPlatformData.new(
thread_items: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| thread_items | Array<TwitterPlatformDataThreadItemsInner> | Sequence of posts in a Threads thread (root then replies in order). | [optional] |
require 'late-sdk'
instance = Late::ThreadsPlatformData.new(
thread_items: null
)