Instance
@Serializable
Information about the software instance of Mastodon running on this domain.
Constructors
Link copied to clipboard
                  constructor(uri: String, title: String, description: String, shortDescription: String, email: String, version: String, languages: List<String>, areRegistrationsEnabled: Boolean, isApprovalRequired: Boolean, areInvitesEnabled: Boolean, urls: InstanceUrls, stats: InstanceStats, thumbnail: String? = null, contactAccount: Account? = null)
Properties
Link copied to clipboard
                  Whether invites are enabled.
Link copied to clipboard
                  Whether registrations are enabled.
Link copied to clipboard
                  A staff user that can be contacted, as an alternative to email.
Link copied to clipboard
                  An admin-defined description of the instance.
Link copied to clipboard
                  Whether registrations require moderator approval.
Link copied to clipboard
                  A shorter description of the instance defined by the admin.
Link copied to clipboard
                  Statistics about how much information the instance contains.
Link copied to clipboard
                  URLs of interest for clients apps.