Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.05 KB

ClientUpdateEventAllOfPayload.md

File metadata and controls

27 lines (13 loc) · 1.05 KB

SunshineConversationsClient.ClientUpdateEventAllOfPayload

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 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]

Enum: ReasonEnum

  • confirmed (value: "confirmed")

  • blocked (value: "blocked")

  • unblocked (value: "unblocked")

  • matched (value: "matched")