Response
public struct Response : Codable
Represents a response to a request for getting the friendship status of the user and the LINE Official Account linked to your LINE Login channel.
-
Indicates the friendship status.
trueif the LINE Official Account is a friend of the user and the user has not blocked the LINE Official Account.falseif the LINE Official Account is not a friend of the user or the user has blocked the LINE Official Account.Declaration
Swift
public let friendFlag: Bool
View on GitHub
Response Structure Reference