interface MessageEntityOptions {
    category: string;
    content: string;
    messageType?: string;
    organizationId?: string;
    priority?: string;
    receiptId?: string;
    senderId?: string;
    senderType: string;
    title?: string;
    topicId: string;
    typeId: string;
}

Hierarchy

  • WithCustomFields
    • MessageEntityOptions

Properties

category: string
content: string
messageType?: string
organizationId?: string
priority?: string
receiptId?: string
senderId?: string
senderType: string
title?: string
topicId: string
typeId: string

Generated using TypeDoc