Get Relations
@Serializable
See also
Constructors
Link copied to clipboard
fun GetRelations(roomId: RoomId, eventId: EventId, from: String? = null, to: String? = null, limit: Long? = null, asUserId: UserId? = null)
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<GetRelationsResponse>?