@wildix/xbees-users-client > Users > createBot
Users.createBot() method
Signature:
createBot(args: CreateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: CreateBotCommandOutput) => void |
Returns:
void