User_URLEntity - daneden/Twift GitHub Wiki

User.URLEntity

Contains details about text that has a special meaning in the user's description

public struct URLEntity: Codable 

Inheritance

Codable

Properties

urls

An array of URL entities found in the user's description

public let urls: [URLEntityDetails]?