interface ConversationListMessagesInput {
    limit?: number;
    nextToken?: null | string;
}

Properties

Properties

limit?: number
nextToken?: null | string