StrawHat.Twitch v0.0.2 StrawHat.Twitch.IRC.Message View Source

A IRC message.

Link to this section Summary

Types

t()
  • username: the account (username) that sent the message.
  • channel_name: the channel name the message was sent to.
  • body: the message body

Link to this section Types

Link to this type

t() View Source
t() :: %StrawHat.Twitch.IRC.Message{
  body: String.t(),
  channel_name: String.t(),
  username: String.t()
}

  • username: the account (username) that sent the message.
  • channel_name: the channel name the message was sent to.
  • body: the message body.