Interface InstanceStatusesConfiguration

interface InstanceStatusesConfiguration {
    charactersReservedPerUrl: number;
    maxCharacters: number;
    maxMediaAttachments: number;
}

Properties

charactersReservedPerUrl: number

Each URL in a status will be assumed to be exactly this many characters.

maxCharacters: number

The maximum number of allowed characters per status.

maxMediaAttachments: number

The maximum number of media attachments that can be added to a status.