getEvent

abstract suspend fun getEvent(roomId: RoomId, eventId: EventId, asUserId: UserId? = null): Result<Event<*>>

See also

GetEvent