interface UpdateMessageReadStatusInput {
    messageId: string;
    organizationId?: string;
    userId?: string;
}

Properties

messageId: string

Message Id used to update read status

organizationId?: string

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

userId?: string

User id used for setting which user is used for read status

Generated using TypeDoc