InstanceInfo object

Represents info about your instance.

FieldTypeDescription
instance_nameStringThe name of the connected Eludris instance.
descriptionString?The description of the connected Eludris instance. If provided, this must be within 1 and 2048 characters long.
versionStringThe version of the connected Eludris instance.
message_limitNumberThe maximum allowed message content length.
oprish_urlStringThe url to this instance's REST api.
pandemonium_urlStringThe url to this instance's gateway.
effis_urlStringThe url to this instance's CDN.
file_sizeNumberThe maximum number of bytes for an asset.
attachment_file_sizeNumberThe maximum number of bytes for an attachment.

Example

{ "instance_name": "WooChat", "description": "The most Woo place to Woo", // This field *can* be `null`, but it will always exist "message_limit": 2048, "oprish_url": "https://eludris.tooty.xyz/", "pandemonium_url": "wss://eludris.tooty.xyz/ws/", "effis_url": "https://effis.tooty.xyz/", "file_size": 20000000, "attachment_file_size": 25000000 }

Relevant Endpoints

MethodEndpoint
GETOprish /