ExStreamClient.Model.PushTemplate (ExStreamClient v0.1.11)
View SourceSchema representing a PushTemplate
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.PushTemplate{ created_at: DateTime.t() | integer() | String.t(), enable_push: boolean(), event_type: :"reaction.new" | :"message.updated" | :"message.new", template: String.t() | nil, updated_at: DateTime.t() | integer() | String.t() }