Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

File metadata and controls

20 lines (14 loc) · 386 Bytes

Late::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 'late-sdk'

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