# Functions

GetHomeserverFromUserID returns the homeserver from a user id.
GetMatrixLinkForUser creates a clickable link pointing to the given user id.
GetUSerNameFromUserIdentififer extracts the username from the user identifier string.
HTMLMessage constructs a simple HTML message with a plaintext fallback.
No description provided by the author
NewMockMessenger creates a new mock instance.
PlainTextMessage constructs a simple plain text message.
StripReply removes the quoted reply from a message.
StripReplyFormatted removes the quoted reply from a message.

# Variables

Errors returned by the messenger.

# Structs

ChannelResponse holds information about a channel.
No description provided by the author
Message holds information about a message.
No description provided by the author
MockMessenger is a mock of Messenger interface.
MockMessengerMockRecorder is the mock recorder for MockMessenger.

# Interfaces

MatrixClient defines an interface to wrap the matrix API.
Messenger provides an interface for sending and handling matrix events The Queue..