-
Identifier of the user. Should be platform unique.
Declaration
Swift
var identifier: String? { get } -
String that will mention the user when sent. For example
@usernameor<@userid>Declaration
Swift
var mention: String { get }
View on GitHub
Userable Protocol Reference