Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 632 Bytes

File metadata and controls

26 lines (20 loc) · 632 Bytes

Late::FollowUser200Response

Properties

Name Type Description Notes
status String [optional]
target_user_id String [optional]
following Boolean [optional]
pending_follow Boolean True if the target account is protected and a follow request was sent [optional]
platform String [optional]

Example

require 'late-sdk'

instance = Late::FollowUser200Response.new(
  status: success,
  target_user_id: null,
  following: null,
  pending_follow: null,
  platform: twitter
)