You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging_level: The level of logging to use for basic_logging. Do not use in combination with `Client.logger`
242
244
logger: The logger interactions.py should use. Do not use in combination with `Client.basic_logging` and `Client.logging_level`. Note: Different loggers with multiple clients are not supported
243
245
246
+
proxy: A http/https proxy to use for all requests
247
+
proxy_auth: The auth to use for the proxy - must be either a tuple of (username, password) or aiohttp.BasicAuth
248
+
244
249
Optionally, you can configure the caches here, by specifying the name of the cache, followed by a dict-style object to use.
245
250
It is recommended to use `smart_cache.create_cache` to configure the cache here.
246
251
as an example, this is a recommended attribute `message_cache=create_cache(250, 50)`,
0 commit comments