Bot
Represents a bot account in a Wickr network with all its informational fields.
Contents
Note
In the following list, the required parameters are described first.
- botId
-
The unique identifier of the bot.
Type: String
Pattern:
[\S\s]*Required: No
- displayName
-
The display name of the bot that is visible to users.
Type: String
Pattern:
[\S\s]*Required: No
- groupId
-
The ID of the security group to which the bot belongs.
Type: String
Pattern:
[\S\s]*Required: No
- hasChallenge
-
Indicates whether the bot has a password set.
Type: Boolean
Required: No
- lastLogin
-
The timestamp of the bot's last login.
Type: String
Pattern:
[\S\s]*Required: No
- pubkey
-
The public key of the bot used for encryption.
Type: String
Pattern:
[\S\s]*Required: No
- status
-
The current status of the bot (1 for pending, 2 for active).
Type: Integer
Required: No
- suspended
-
Indicates whether the bot is currently suspended.
Type: Boolean
Required: No
- uname
-
The unique username hash identifier for the bot.
Type: String
Pattern:
[\S\s]*Required: No
- username
-
The username of the bot.
Type: String
Pattern:
[\S\s]*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: