mautrix / go

A Golang Matrix framework.

Home Page:https://maunium.net/go/mautrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send a image

opened this issue · comments

How to send image to a room? SendImage()?

Yes, that's one way. SendMessageEvent for more control over the exact content. Upload with UploadMedia or related methods.