package matrix import ( "maunium.net/go/mautrix" ) type Client struct { client *mautrix.Client }