toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.application.api.query
/
ChannelQuery
/
GetMessagesFromChannelId
/
Request
Request
data
class
Request
(
val
serverId
:
ServerId
,
val
channelId
:
ChannelId
,
val
from
:
Int
,
val
limit
:
Int
,
val
requestFrom
:
String
)
:
ChannelQuery.GetMessagesFromChannelId
,
ServiceRequest
Members
Constructors
Request
Link copied to clipboard
constructor
(
serverId
:
ServerId
,
channelId
:
ChannelId
,
from
:
Int
,
limit
:
Int
,
requestFrom
:
String
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
ChannelId
from
Link copied to clipboard
val
from
:
Int
limit
Link copied to clipboard
val
limit
:
Int
request
From
Link copied to clipboard
open
override
val
requestFrom
:
String
server
Id
Link copied to clipboard
val
serverId
:
ServerId