Versions in this module Expand all Collapse all v0 v0.9.7 May 8, 2024 Changes in this version + const MaxRetries + const Page + const RetryDelay + func Exit() + func Init(hs, login, password string, roomID id.RoomID, alias id.RoomAlias, ...) error + func IsRoom(room string) (bool, error) + func ResolveServer(homeserver string) (string, error) + type Message struct + Author id.UserID + CreatedAt string + CreatedAtFull time.Time + HTML string + ID id.EventID + Replace id.EventID + ReplacedNote string + Text string + func Messages(limit int) ([]*Message, error)