User_DescriptionEntity - daneden/Twift GitHub Wiki

User.DescriptionEntity

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

public struct DescriptionEntity: Codable 

Inheritance

Codable

Properties

urls

URL entities found in a user's profile description

public let urls: [URLEntityDetails]?

hashtags

Hashtag entities found in a user's profile description

public let hashtags: [TagEntity]?

mentions

@mention entities found in a user's profile description

public let mentions: [MentionEntity]?

cashtags

$cashtag entities found in a user's profile description

public let cashtags: [TagEntity]?