Interface IRawUserUpdatesResponse

The raw data received when fetching user updates from the DM system. The response structure varies based on query parameters.

interface IRawUserUpdatesResponse {
    inbox_initial_state?: InboxInitialState;
    user_events?: UserEvents;
}

Properties

inbox_initial_state?: InboxInitialState
user_events?: UserEvents