toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
friendships-service
/
piperkt.services.friendships.application.api.query
/
FriendshipQuery
/
GetMessages
/
Request
Request
data
class
Request
(
val
index
:
Int
,
val
offset
:
Int
,
val
friend
:
String
,
val
requestFrom
:
String
)
:
FriendshipQuery.GetMessages
,
ServiceRequest
Members
Constructors
Request
Link copied to clipboard
constructor
(
index
:
Int
,
offset
:
Int
,
friend
:
String
,
requestFrom
:
String
)
Properties
friend
Link copied to clipboard
val
friend
:
String
index
Link copied to clipboard
val
index
:
Int
offset
Link copied to clipboard
val
offset
:
Int
request
From
Link copied to clipboard
open
override
val
requestFrom
:
String