Versions in this module Expand all Collapse all v1 v1.3.2 Mar 24, 2025 v1.3.1 Mar 24, 2025 Changes in this version + type Matrix struct + func New(userID id.UserID, roomID id.RoomID, homeServer, accessToken string) (*Matrix, error) + func (s *Matrix) Send(ctx context.Context, _, message string) error + type Message struct + Body string + Format string + FormattedBody string + Msgtype event.MessageType + type ServiceOptions struct