toggle menu
stream-chat-android
6.6.0
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.models
/
Command
Command
@
Immutable
data
class
Command
(
val
name
:
String
,
val
description
:
String
,
val
args
:
String
,
val
set
:
String
)
Members
Constructors
Command
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
args
:
String
,
set
:
String
)
Properties
args
Link copied to clipboard
val
args
:
String
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
set
Link copied to clipboard
val
set
:
String