Polyjuice Util v0.2.1 Polyjuice.Util.Identifiers.V1.RoomAliasIdentifier View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Util.Identifiers.V1.RoomAliasIdentifier{
  domain: String.t(),
  opaque_id: String.t(),
  sigil: String.t()
}

Link to this section Functions

Link to this function

new(opaque_id, domain)

View Source
new(String.t(), String.t()) :: {:ok, t()} | {:error, atom()}