data class UserCommand
Data class representing a user-visible command.
See Also
<init> |
Data class representing a user-visible command. UserCommand(id: Int, title: String? = null) |
id |
The unique ID for this user command val id: Int |
title |
The user-visible title text, or null if none is provided. When none is provided, a default will be used if available val title: String? |
serialize |
Returns a serialized version of this user command. fun |
deserialize |
Deserializes a user command from the given string. fun |