GelotvBot.MessageValidator (GeloTVBot v0.1.0)

Copy Markdown View Source

Validation helpers for platform chat messages.

Summary

Types

option()

@type option() :: {:max_length, pos_integer()}

Functions

validate(message, opts \\ [])

@spec validate(
  GelotvBot.Message.t(),
  keyword()
) :: :ok | {:error, term()}