Interface DirectInboxFeedResponsePlaceholder

interface DirectInboxFeedResponsePlaceholder {
    is_linked: boolean;
    message: string;
    title: string;
}

Properties

is_linked: boolean
message: string
title: string