create
open fun create(updateHandler: Client.ResultHandler, updateExceptionHandler: Client.ExceptionHandler, defaultExceptionHandler: Client.ExceptionHandler): Client
Creates new Client.
Return
created Client
Parameters
update Handler
Handler for incoming updates.
update Exception Handler
Handler for exceptions thrown from updateHandler. If it is null, exceptions will be ignored.
default Exception Handler
Default handler for exceptions thrown from all ResultHandler. If it is null, exceptions will be ignored.