toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
org.openapitools.client.models
/
SendReactionRequest
Send
Reaction
Request
data
class
SendReactionRequest
(
@
Json
(
name
=
"type"
)
val
type
:
String
,
@
Json
(
name
=
"custom"
)
val
custom
:
Map
<
String
,
Any
?
>
?
=
null
,
@
Json
(
name
=
"emoji_code"
)
val
emojiCode
:
String
?
=
null
)
Parameters
type
custom
emoji
Code
Members
Constructors
Send
Reaction
Request
Link copied to clipboard
constructor
(
@
Json
(
name
=
"type"
)
type
:
String
,
@
Json
(
name
=
"custom"
)
custom
:
Map
<
String
,
Any
?
>
?
=
null
,
@
Json
(
name
=
"emoji_code"
)
emojiCode
:
String
?
=
null
)
Properties
custom
Link copied to clipboard
val
custom
:
Map
<
String
,
Any
?
>
?
=
null
emoji
Code
Link copied to clipboard
val
emojiCode
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String