[Feature] Render m.sticker events (#2122)

* Render m.sticker events
---------

Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Marco Antonio Alvarez 2024-01-02 16:03:19 +01:00 committed by GitHub
parent 2134004501
commit 87c8bc133f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
150 changed files with 378 additions and 25 deletions

View file

@ -38,6 +38,12 @@ data class ImageMessageType(
val info: ImageInfo?
) : MessageType
data class StickerMessageType(
val body: String,
val source: MediaSource,
val info: ImageInfo?
) : MessageType
data class LocationMessageType(
val body: String,
val geoUri: String,