Type Alias ListInbox

ListInbox: {
    page_back?: boolean;
    page_cursor?: InboxCombinedPaginationCursor;
    type_?: InboxDataType;
    unread_only?: boolean;
}

Get your inbox (replies, comment mentions, post mentions, and messages)

Type declaration