Interface TextPayloadToContactParams

interface TextPayloadToContactParams {
    conversationId: string;
    message: string;
    senderName: string;
    silent?: boolean;
}

Properties

conversationId: string
message: string
senderName: string
silent?: boolean

Generated using TypeDoc