stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.models
/
PinRequest
Pin
Request
data
class
PinRequest
(
@
Json
(
name
=
"session_id"
)
val
sessionId
:
String
,
@
Json
(
name
=
"user_id"
)
val
userId
:
String
)
PinRequest is the payload for pinning a message.
Members
Constructors
Pin
Request
Link copied to clipboard
constructor
(
@
Json
(
name
=
"session_id"
)
sessionId
:
String
,
@
Json
(
name
=
"user_id"
)
userId
:
String
)
Properties
session
Id
Link copied to clipboard
val
sessionId
:
String
user
Id
Link copied to clipboard
val
userId
:
String