kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.chat.bsky.convo
/
GetMessagesRequest
Get
Messages
Request
data
class
GetMessagesRequest
(
val
convoId
:
String
,
val
cursor
:
String
?
=
null
,
val
limit
:
Long
?
=
null
)
Returns a page of messages from a conversation.
Members
Constructors
Get
Messages
Request
Link copied to clipboard
constructor
(
convoId
:
String
,
cursor
:
String
?
=
null
,
limit
:
Long
?
=
null
)
Properties
convo
Id
Link copied to clipboard
val
convoId
:
String
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
null