Get Relations By Relation Type And Event Type
@Serializable
See also
Constructors
Link copied to clipboard
fun GetRelationsByRelationTypeAndEventType(roomId: RoomId, eventId: EventId, relationType: RelationType, eventType: String, 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>?