queryChannels

Gets the channels from the server based on parameters from QueryChannelsRequest. The call requires active socket connection if QueryChannelsRequest.watch or QueryChannelsRequest.presence is enabled, and will be automatically postponed and retried until the connection is established or the maximum number of attempts is reached.

Return

Executable async Call responsible for querying channels.

Parameters

request

The request's parameters combined into QueryChannelsRequest class.

See also