Constructor: username
Contains information about a username.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
editable | Bool | Optional | Whether the username is editable, meaning it wasn’t bought on fragment. |
active | Bool | Optional | Whether the username is active. |
username | string | Yes | The username. |
Type: Username
Example:
$username = ['_' => 'username', 'editable' => Bool, 'active' => Bool, 'username' => 'string'];