Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

File metadata and controls

20 lines (14 loc) · 445 Bytes

Late::TwitterPlatformDataPoll

Properties

Name Type Description Notes
options Array<String> Poll options (2-4 choices, max 25 characters each)
duration_minutes Integer Poll duration in minutes (5 min to 7 days)

Example

require 'late-sdk'

instance = Late::TwitterPlatformDataPoll.new(
  options: null,
  duration_minutes: null
)