Interface IRawInboxInitialResponse

The raw data received when fetching the initial state of the DM inbox.

interface IRawInboxInitialResponse {
    inbox_initial_state: InboxInitialState;
}

Properties

inbox_initial_state: InboxInitialState