UpsertChatDebugLoggingAllowUsers updates the runtime admin setting that allows users to opt into chat debug logging.
(ctx context.Context, allowUsers bool)
| 1380 | // UpsertChatDebugLoggingAllowUsers updates the runtime admin setting that |
| 1381 | // allows users to opt into chat debug logging. |
| 1382 | UpsertChatDebugLoggingAllowUsers(ctx context.Context, allowUsers bool) error |
| 1383 | UpsertChatDebugRetentionDays(ctx context.Context, debugRetentionDays int32) error |
| 1384 | UpsertChatDesktopEnabled(ctx context.Context, enableDesktop bool) error |
| 1385 | UpsertChatDiffStatus(ctx context.Context, arg UpsertChatDiffStatusParams) (ChatDiffStatus, error) |
no outgoing calls