Bot

class Bot

Represents a bot account in a Wickr network with all its informational fields.

Types

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

Properties

Link copied to clipboard

The unique identifier of the bot.

Link copied to clipboard

The display name of the bot that is visible to users.

Link copied to clipboard

The ID of the security group to which the bot belongs.

Link copied to clipboard

Indicates whether the bot has a password set.

Link copied to clipboard

The timestamp of the bot's last login.

Link copied to clipboard

The public key of the bot used for encryption.

Link copied to clipboard

The current status of the bot (1 for pending, 2 for active).

Link copied to clipboard

Indicates whether the bot is currently suspended.

Link copied to clipboard

The unique username hash identifier for the bot.

Link copied to clipboard

The username of the bot.

Functions

Link copied to clipboard
inline fun copy(block: Bot.Builder.() -> Unit = {}): Bot
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