Timestamp To Event
@Serializable
See also
Constructors
Link copied to clipboard
constructor(roomId: RoomId, timestamp: Long, dir: TimestampToEvent.Direction, asUserId: UserId? = null)
Types
Functions
Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: Unit?): KSerializer<Unit>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: TimestampToEvent.Response?): KSerializer<TimestampToEvent.Response>?