ExStreamClient.Model.DeactivateUsersRequest (ExStreamClient v0.1.7)

View Source

Schema representing a DeactivateUsersRequest

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

t()

@type t() :: %ExStreamClient.Model.DeactivateUsersRequest{
  created_by_id: String.t() | nil,
  mark_channels_deleted: boolean() | nil,
  mark_messages_deleted: boolean() | nil,
  user_ids: [String.t()]
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()