Pretty-prints a Client object, displaying all properties with their types
and values. Sensitive information (API tokens) is automatically redacted for
security.
Examples
if (FALSE) { # \dontrun{
# Create and print a Client object
client <- client(
token = "your-server-token",
message_stream = "outbound"
)
print(client)
} # }
