interface GetMessageInput {
    messageId: string;
    readStatusForOrg?: string;
}

Properties

messageId: string

Message Id used to fetch message

readStatusForOrg?: string

Organization Id used for setting which organization is used for read status

Generated using TypeDoc