toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.api.models
/
SendActionRequest
Send
Action
Request
data
class
SendActionRequest
(
val
channelId
:
String
,
val
messageId
:
String
,
val
type
:
String
,
val
formData
:
Map
<
Any
,
Any
>
)
Members
Constructors
Send
Action
Request
Link copied to clipboard
constructor
(
channelId
:
String
,
messageId
:
String
,
type
:
String
,
formData
:
Map
<
Any
,
Any
>
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
form
Data
Link copied to clipboard
val
formData
:
Map
<
Any
,
Any
>
message
Id
Link copied to clipboard
val
messageId
:
String
type
Link copied to clipboard
val
type
:
String