ExStreamClient.Model.ConfigOverrides (ExStreamClient v0.1.7)
View SourceSchema representing a ConfigOverrides
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.ConfigOverrides{ blocklist: String.t() | nil, blocklist_behavior: (:block | :flag) | nil, commands: [String.t()], grants: %{optional(String.t()) => [String.t()]}, max_message_length: integer() | nil, quotes: boolean() | nil, reactions: boolean() | nil, replies: boolean() | nil, typing_events: boolean() | nil, uploads: boolean() | nil, url_enrichment: boolean() | nil }