Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

Zernio::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 'zernio-sdk'

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