Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.entities
/
Plugin
/
Manifest
/
Author
Author
open
class
Author
Plugin Author
Members
Constructors
Author
Link copied to clipboard
constructor
(
name
:
String
)
Constructs an Author with the specified name and an ID of 0
constructor
(
name
:
String
,
id
:
Long
)
Constructs an Author with the specified name and ID
constructor
(
name
:
String
,
id
:
Long
,
hyperlink
:
Boolean
)
Constructs an Author with the specified name, ID, and whether to hyperlink the profile.
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Properties
hyperlink
Link copied to clipboard
open
var
hyperlink
:
Boolean
Whether to hyperlink the profile specified by
id
id
Link copied to clipboard
open
var
id
:
Long
The id of the plugin author
name
Link copied to clipboard
open
var
name
:
String
The name of the plugin author