Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 926 Bytes

File metadata and controls

26 lines (20 loc) · 926 Bytes

Late::ListInboxConversations200ResponseDataInnerInstagramProfile

Properties

Name Type Description Notes
is_follower Boolean Whether the participant follows your Instagram business account [optional]
is_following Boolean Whether your Instagram business account follows the participant [optional]
follower_count Integer The participant's follower count on Instagram [optional]
is_verified Boolean Whether the participant is a verified Instagram user [optional]
fetched_at Time When this profile data was last fetched from Instagram [optional]

Example

require 'late-sdk'

instance = Late::ListInboxConversations200ResponseDataInnerInstagramProfile.new(
  is_follower: null,
  is_following: null,
  follower_count: null,
  is_verified: null,
  fetched_at: null
)