kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-rest
/
dev.kord.rest.json.response
/
ListThreadsResponse
List
Threads
Response
@
Serializable
data
class
ListThreadsResponse
(
val
threads
:
List
<
DiscordChannel
>
,
val
members
:
List
<
DiscordThreadMember
>
)
(
source
)
Members
Constructors
List
Threads
Response
Link copied to clipboard
constructor
(
threads
:
List
<
DiscordChannel
>
,
members
:
List
<
DiscordThreadMember
>
)
Properties
members
Link copied to clipboard
val
members
:
List
<
DiscordThreadMember
>
threads
Link copied to clipboard
val
threads
:
List
<
DiscordChannel
>