ExStreamClient.Model.UnbanRequest (ExStreamClient v0.1.7)
View SourceSchema representing a UnbanRequest
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.UnbanRequest{ unbanned_by: ExStreamClient.Model.UserRequest.t() | nil, unbanned_by_id: String.t() | nil }