ArchivedThreads

@Serializable
data class ArchivedThreads(val threads: List<GuildThread>, val members: List<ThreadMember>, val hasMore: Boolean)(source)

Constructors

Link copied to clipboard
constructor(threads: List<GuildThread>, members: List<ThreadMember>, hasMore: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "has_more")
val hasMore: Boolean
Link copied to clipboard
@SerialName(value = "members")
val members: List<ThreadMember>
Link copied to clipboard
@SerialName(value = "threads")
val threads: List<GuildThread>