StartThreadBuilder

class StartThreadBuilder(var name: String, val type: ChannelType) : AuditRequestBuilder<StartThreadRequest> (source)

Constructors

Link copied to clipboard
constructor(name: String, autoArchiveDuration: ArchiveDuration, type: ChannelType)
constructor(name: String, type: ChannelType)

Functions

Link copied to clipboard
open override fun toRequest(): StartThreadRequest

Properties

Link copied to clipboard
var autoArchiveDuration: ArchiveDuration?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var reason: String?

The reason for this request, this will be displayed in the audit log.

Link copied to clipboard
val type: ChannelType