Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.09 KB

ClientUpdateEventAllOfPayload.md

File metadata and controls

14 lines (10 loc) · 1.09 KB

ClientUpdateEventAllOfPayload

The payload of the event. The contents of this object depend on the type of event.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]