Optionalpayload?: {The payload of the event. The contents of this object depend on the type of event.
Optionalclient?: Types.ClientThe updated client.
Optionalconversation?: ConversationTruncatedThe conversation which triggered a change in the client.
Optionalreason?: "confirmed" | "blocked" | "unblocked" | "matched"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.Optionaluser?: UserTruncatedWritableThe user associated with the client.
client:update