ClientΒΆ
Client is a convenience class existing to provide a central entrypoint for a common bot design. It is possible to extend this class, or to not use it altogether.
api : ApiConnectionThe internal api connection, for authorization and Web Api access.
subscriptions : SubscriptionManagerThe subscription manager, for subscriptions to Web Api events.
groupManager : GroupManagerThe group manager, an access point for interacting with groups.