toggle menu
stream-video-android
1.11.3
androidJvm
switch theme
search in API
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