Skip to main content

GetConversationMessagesArgs

type GetConversationMessagesArgs = {
conversationId: string;
cursor?: string;
limit?: number;
newerThan?: Date;
olderThan?: Date;
};

Properties

conversationId

conversationId: string;

cursor?

optional cursor?: string;

limit?

optional limit?: number;

newerThan?

optional newerThan?: Date;

olderThan?

optional olderThan?: Date;