| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation which triggered a change in the client. | [optional] |
| user | UserTruncated | The user associated with the client. | [optional] |
| client | Client | The updated client. | [optional] |
| reason | String | The reason for which the client was updated. * `confirmed` - The client is now active and ready to use. * `blocked` - The user has unsubscribed from the conversation. * `unblocked` - A previously unsubscribed user resubscribed to the conversation. * `matched` - The channel found a user that matches the information provided. | [optional] |
-
confirmed(value:"confirmed") -
blocked(value:"blocked") -
unblocked(value:"unblocked") -
matched(value:"matched")