Versions in this module Expand all Collapse all v0 v0.2.0 Dec 14, 2024 Changes in this version + func ToTMI(msg Sent) *tmi.Message + type Received struct + ID string + IsElevated bool + IsModerator bool + Sender U + Text string + Timestamp int64 + To string + func FromTMI(m *tmi.Message) *Received[User] + func (m *Received[U]) Time() time.Time + type Sent struct + Reply string + Text string + To string + func Format(to string, f formatString, args ...any) Sent + func (m Sent) AsReply(reply string) Sent + type User struct + ID string + Name string