stream-chat-android
5.15.0
stream-chat-android-client
/
io.getstream.chat.android.client.models
/
Command
Command
data
class
Command
(
val
name
:
String
,
val
description
:
String
,
val
args
:
String
,
val
set
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Command
Link copied to clipboard
fun
Command
(
name
:
String
,
description
:
String
,
args
:
String
,
set
:
String
)
Content copied to clipboard
Properties
args
Link copied to clipboard
val
args
:
String
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
set
Link copied to clipboard
val
set
:
String
Content copied to clipboard