Search
To store the deconstruct of the announce request parameters.
@type config() :: %{mode: :compact | :normal | nil, query_limit: integer()}
@type ids() :: %{info_hash: binary(), peer_id: binary(), key: binary() | nil}
@type t() :: %YaBTT.Deco{config: config(), ids: ids(), params: map() | nil}