Mention

public class Mention : Codable

Undocumented

  • id

    Account ID.

    Declaration

    Swift

    public let id: String
  • The username of the account.

    Declaration

    Swift

    public let username: String
  • Equals username for local users, includes @domain for remote ones.

    Declaration

    Swift

    public let acct: String
  • url

    URL of user’s profile (can be remote).

    Declaration

    Swift

    public let url: String