Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

File metadata and controls

20 lines (14 loc) · 373 Bytes

Late::BookmarkPostRequest

Properties

Name Type Description Notes
account_id String The social account ID
tweet_id String The ID of the tweet to bookmark

Example

require 'late-sdk'

instance = Late::BookmarkPostRequest.new(
  account_id: null,
  tweet_id: null
)