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): KSerializer<Unit>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<TimestampToEvent.Response>?