Skip to main content

GetConversationMessagesArgs

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

Properties

conversationId

conversationId: number;

cursor?

optional cursor: string;

limit?

optional limit: number;

newerThan?

optional newerThan: Date;

olderThan?

optional olderThan: Date;