ExStreamClient.Model.ReactivateUsersRequest (ExStreamClient v0.1.7)

View Source

Schema representing a ReactivateUsersRequest

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.ReactivateUsersRequest{
  created_by_id: String.t() | nil,
  restore_channels: boolean() | nil,
  restore_messages: 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()