instanceId property
A unique identifier for this instance on the homeserver. This field is added
to the response of GET /_matrix/app/v1/thirdparty/protocol/{protocol}
by the homeserver.
This is the identifier to use as the third_party_instance_id
in a request to
POST /_matrix/client/v3/publicRooms
.
Implementation
String? instanceId;