Holds the configuration for the Messages Query feature for the Project.

interface MessagesConfiguration {
    deleteDaysAfterCreation?: number;
    enabled: boolean;
}

Properties

deleteDaysAfterCreation?: number

Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API. This field may not be present on Projects created before 8 October 2018.

enabled: boolean

When true, the Messages Query feature is active.

Generated using TypeDoc