Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 392 Bytes

File metadata and controls

20 lines (14 loc) · 392 Bytes

Zernio::FollowUserRequest

Properties

Name Type Description Notes
account_id String The social account ID
target_user_id String The Twitter ID of the user to follow

Example

require 'zernio-sdk'

instance = Zernio::FollowUserRequest.new(
  account_id: null,
  target_user_id: null
)