UpdateBotRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the bot to update.

Link copied to clipboard

The new password for the bot account.

Link copied to clipboard

The new display name for the bot.

Link copied to clipboard

The ID of the new security group to assign the bot to.

Link copied to clipboard

The ID of the Wickr network containing the bot to update.

Link copied to clipboard

Set to true to suspend the bot or false to unsuspend it. Omit this field for standard updates that don't affect suspension status.

Functions

Link copied to clipboard
inline fun copy(block: UpdateBotRequest.Builder.() -> Unit = {}): UpdateBotRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String