Schema representing a DeleteUserRequestPayload
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.DeleteUserRequestPayload{ delete_conversation_channels: boolean() | nil, delete_feeds_content: boolean() | nil, entity_id: String.t() | nil, entity_type: String.t() | nil, hard_delete: boolean() | nil, mark_messages_deleted: boolean() | nil, reason: String.t() | nil }