Interface DirectInboxFeedResponseLink

interface DirectInboxFeedResponseLink {
    client_context: string;
    link_context: DirectInboxFeedResponseLinkContext;
    mutation_token: string;
    text: string;
}

Properties

client_context: string
mutation_token: string
text: string