The payload of the event. The contents of this object depend on the type of event.
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 | str | 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] |