NexSDK
    Preparing search index...

    Interface MessageResponse

    interface MessageResponse {
        body: MessageResponseBody;
        channel: string;
        content_type: string;
        conversation_id: string;
        created_at: string;
        id: string;
        media_url: MessageResponseMediaUrl;
        sender_id: MessageResponseSenderId;
        sender_type: string;
        status: string;
        template_name: MessageResponseTemplateName;
        updated_at: string;
    }
    Index

    Properties

    body: MessageResponseBody
    channel: string
    content_type: string
    conversation_id: string
    created_at: string
    id: string
    media_url: MessageResponseMediaUrl
    sender_id: MessageResponseSenderId
    sender_type: string
    status: string
    template_name: MessageResponseTemplateName
    updated_at: string